-
Notifications
You must be signed in to change notification settings - Fork 134
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
MacOS build error #82
Comments
You can go on my forked, I added docker file to run the build inside docker as the solution for now docker run \
--rm \
-v $(pwd):/src \
-u $(id -u):$(id -g) \
emscripten/emsdk:2.0.26 \
./build.js |
I think the fix would be to change the Makefile to use proper options syntax:
|
However the fix above would bring you to the next error, which is |
Running into the same issue on mac |
The build script seem does not work on MACOS. same script works fine on ubuntu
The text was updated successfully, but these errors were encountered: