Skip to content

Commit 809427e

Browse files
committed
Add reference to emscripten libc issue
1 parent c90b018 commit 809427e

File tree

1 file changed

+1
-0
lines changed
  • test/test_projects

1 file changed

+1
-0
lines changed

test/test_projects/c.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
5252
libraries = []
5353
# Emscripten fails if you pass -lc...
54+
# See: https://github.com/emscripten-core/emscripten/issues/16680
5455
if sys.platform.startswith('linux') and "emscripten" not in os.environ.get("_PYTHON_HOST_PLATFORM", ""):
5556
libraries.extend(['m', 'c'])
5657

0 commit comments

Comments
 (0)