mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 05:19:08 +08:00
5 lines
204 B
Makefile
5 lines
204 B
Makefile
|
build_sw:
|
||
|
$(EMSDK)/upstream/emscripten/emmake $(MAKE) -f Makefile build_sw ${VCPKG_JOBS} $(MAKEFLAGS)
|
||
|
install:
|
||
|
$(EMSDK)/upstream/emscripten/emmake $(MAKE) -f Makefile install ${VCPKG_JOBS} $(MAKEFLAGS)
|