aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-10-02 14:44:47 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-10-02 14:44:47 -0700
commitc45334e5d31a6ff642d58ff5dc374e7aa5f51ab8 (patch)
tree9ff39366c5af735aeb7983df68e10cabfbc1b567
parent4faa7bd2204efbaad697250180fb4f324fed34ab (diff)
link in files in autodebugger
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index c528fb9e..5049648a 100755
--- a/emcc
+++ b/emcc
@@ -1239,7 +1239,7 @@ try:
extra_files_to_link = []
- if not LEAVE_INPUTS_RAW and not AUTODEBUG and \
+ if not LEAVE_INPUTS_RAW and \
not shared.Settings.BUILD_AS_SHARED_LIB == 2 and \
not shared.Settings.SIDE_MODULE: # shared libraries/side modules link no C libraries, need them in parent