BinomialLLC / basis_universal

Basis Universal GPU Texture Codec
Apache License 2.0
2.67k stars 260 forks source link

build_emscripen.sh script error #360

Open andreasplesch opened 11 months ago

andreasplesch commented 11 months ago

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.

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.