Browse Source

build: fix linking with Bullet on Linux.

legacy
Sam Hocevar 6 years ago
parent
commit
7faedd4517
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/samples/Makefile.am

+ 1
- 1
doc/samples/Makefile.am View 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 \


Loading…
Cancel
Save