-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emmaken.py doesn't emulate ar correctly #7
Labels
Comments
Fixed in rev 1b2b60f |
Closed
tlively
pushed a commit
to tlively/emscripten
that referenced
this issue
Mar 23, 2022
steveisok
pushed a commit
to steveisok/emscripten
that referenced
this issue
Sep 18, 2023
…505.2 (emscripten-core#7) [dotnet/main] Update dependencies from dotnet/arcade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The way that CMake uses the 'ar' tool doesn't seem to be compatible with the way that emmaken.py emulates it.
For example, using helloworld.c:
and CMakeLists.txt:
will produce this output:
The text was updated successfully, but these errors were encountered: