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](https://github.com/BinomialLLC/basis_universal/blob/master/webgl/transcoder/README.md) has it right. I can supply the small PR if useful.
Running
./build_emscripten.shcauses this error:The reason is that it invokes
makewithemcmakewhile it should just runmakeas 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.