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:
@@ -13,4 +13,3 @@ RUN cd /root/ \
|
||||
&& cd /root/emsdk/ \
|
||||
&& bash test.sh \
|
||||
&& python test.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user