Sfoglia il codice sorgente

build: fix linking with Bullet on Linux.

legacy
Sam Hocevar 6 anni fa
parent
commit
7faedd4517
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      doc/samples/Makefile.am

+ 1
- 1
doc/samples/Makefile.am Vedi File

@@ -38,7 +38,7 @@ btphystest_SOURCES = \
btphystest_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/src/3rdparty/bullet3/src \
-DHAVE_PHYS_USE_BULLET
btphystest_DEPENDENCIES = @LOL_DEPS@ @LOL_BULLET_DEPS@
btphystest_LDFLAGS = $(AM_LDFLAGS)
btphystest_LDFLAGS = $(AM_LDFLAGS) @LOL_BULLET_DEPS@
if LOL_USE_EMSCRIPTEN
btphystest_LDFLAGS += \
--preload-file data/CatsSheet.png \


Caricamento…
Annulla
Salva