You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.assertContained('emcc: warning: ignoring dynamic library libother.so when generating an object file, this will need to be included explicitly in the final link', err)
12087
12125
self.assertIsObjectFile('out.foo')
12088
12126
12089
-
# Test that adding `-sFAKE_DYIBS=0` build a real side module
12127
+
# Test that adding `-sFAKE_DYLIBS=0` build a real side module
self.assertNotContained('linking a library with `-shared` will emit a static object', err)
12092
12130
self.assertNotContained('emcc: warning: ignoring dynamic library libother.so when generating an object file, this will need to be included explicitly in the final link', err)
0 commit comments