aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index c5a3d0c1..4d67de7a 100755
--- a/emcc
+++ b/emcc
@@ -1152,7 +1152,7 @@ try:
if not LEAVE_INPUTS_RAW and not AUTODEBUG and \
not shared.Settings.BUILD_AS_SHARED_LIB == 2 and \
- not shared.Settings.SIDE_MODULE == 2: # shared libraries/side modules link no C libraries, need them in parent
+ not shared.Settings.SIDE_MODULE: # shared libraries/side modules link no C libraries, need them in parent
# Check if we need to include some libraries that we compile. (We implement libc ourselves in js, but
# compile a malloc implementation and stdlibc++.)