We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running ./build_emscripten.sh causes this error:
./build_emscripten.sh
... make: invalid option -- 'D'
The reason is that it invokes make with emcmake while it should just run make as is.
make
emcmake
basis_universal/build_emscripten.sh
Line 9 in ad9386a
webgl/transcoder/README.md
has it right.
I can supply the small PR if useful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
./build_emscripten.sh
causes this error:The reason is that it invokes
make
withemcmake
while it should just runmake
as is.basis_universal/build_emscripten.sh
Line 9 in ad9386a
webgl/transcoder/README.md
has it right.
I can supply the small PR if useful.
The text was updated successfully, but these errors were encountered: