Support ninja build tool (#261)

The user can choose which CMake generator to use by passing the --generator option, e.g. --generator=Ninja or --generator="Unix Makefiles" to emsdk.

Default on *nix systems is Unix Makefiles
This commit is contained in:
Eric Kilmer
2019-07-15 19:10:31 -05:00
committed by Alon Zakai
parent 4965260505
commit 4a0f6a264e
3 changed files with 22 additions and 7 deletions

View File

@@ -13,4 +13,3 @@ RUN cd /root/ \
&& cd /root/emsdk/ \
&& bash test.sh \
&& python test.py