From ea7e354413d2a6d74cfea5743a507cd65c7ce192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 6 Feb 2022 19:53:19 +0800 Subject: No need for difference on Emscripten --- Makefile.am | 3 --- configure.ac | 5 ----- 2 files changed, 8 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 diff --git a/configure.ac b/configure.ac index 00234a5..d9f3082 100644 --- a/configure.ac +++ b/configure.ac @@ -16,11 +16,6 @@ case $host in *) ios=false;; esac AM_CONDITIONAL([IOS], [test x$ios = xtrue]) -case $host_cpu in - *wasm* ) wasm=true;; - *) wasm=false;; -esac -AM_CONDITIONAL([WASM], [test x$wasm = xtrue]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3