From 7faedd451786871566e1c96bfb17fab080f6a5d5 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 1 Oct 2018 12:40:36 +0200 Subject: [PATCH] build: fix linking with Bullet on Linux. --- doc/samples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/samples/Makefile.am b/doc/samples/Makefile.am index 2f866081..e49f745a 100644 --- a/doc/samples/Makefile.am +++ b/doc/samples/Makefile.am @@ -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 \