summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-06 19:53:19 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-06 19:53:19 +0800
commitea7e354413d2a6d74cfea5743a507cd65c7ce192 (patch)
tree3947dadd61cde83ae0604589377f9e80c3545d62 /Makefile.am
parentc22d47f78acf4053a4856be1e2f4b2d48b822594 (diff)
No need for difference on Emscripten
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 10234ad..b72097d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,9 +5,6 @@ libproductviewer_la_CPPFLAGS = -I${prefix}/System/Library/Frameworks/OpenGLES.fr
else
libproductviewer_la_CPPFLAGS = -I${includedir}
endif
-if WASM
-libproductviewer_la_LDFLAGS = -static
-endif
if IOS
libproductviewer_la_LDFLAGS = -static
endif