-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
Running ./build_emscripten.sh causes this error:
...
make: invalid option -- 'D'
The reason is that it invokes make with emcmake while it should just run make as is.
basis_universal/build_emscripten.sh
Line 9 in ad9386a
| emcmake make |
has it right.
I can supply the small PR if useful.
Metadata
Metadata
Assignees
Labels
No labels