You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mymonero-core-js/bin/build-emcpp.sh

9 lines
124 B

#!/bin/sh
#EMCC_DEBUG=1
mkdir -p build &&
cd build &&
emconfigure cmake .. &&
emmake cmake --build . &&
emmake make .