Open andreasplesch opened 1 year ago
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
https://github.com/BinomialLLC/basis_universal/blob/ad9386a4a1cf2a248f7bbd45f543a7448db15267/build_emscripten.sh#L9
webgl/transcoder/README.md
has it right.
I can supply the small PR if useful.
Running
./build_emscripten.sh
causes this error:The reason is that it invokes
make
withemcmake
while it should just runmake
as is.https://github.com/BinomialLLC/basis_universal/blob/ad9386a4a1cf2a248f7bbd45f543a7448db15267/build_emscripten.sh#L9
webgl/transcoder/README.md
has it right.
I can supply the small PR if useful.