File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,8 @@ pushd src
9595 fi
9696 cp -rf installer/src/installer ../prebuilt/emsdk/common/site-packages/
9797
98+ popd
9899
100+ rm ${SDKROOT} /prebuilt/emsdk/common/site-packages/installer/_scripts/* exe
99101
100102
101-
102-
103-
104-
105-
106-
107- popd
Original file line number Diff line number Diff line change 412412done
413413
414414
415+
415416unset PYTHON_FOR_BUILD
416417unset EMCC_CFLAGS
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ tar -cpPR \
77 ${SDKROOT} /python3-was? \
88 ${SDKROOT} /wasm32-* -shell.sh \
99 ${SDKROOT} /* sdk \
10+ ${SDKROOT} /scripts/* sdk-fetch.sh \
1011 ${SDKROOT} /devices/* \
1112 ${SDKROOT} /prebuilt/* \
1213 > /tmp/sdk/python${PYBUILD} -wasm-sdk-${CIVER} .tar
Original file line number Diff line number Diff line change 9797# FIXME: use pkg config !!!
9898
9999 EMCC_CFLAGS=" -I${SDKROOT} /emsdk/upstream/emscripten/cache/sysroot/include/freetype2" \
100- CC=emcc CXX=emc++ emmake make -C src NX11=Y NANOX=Y ARCH=EMSCRIPTEN LINK_APP_INTO_SERVER=Y NANOXDEMO=N
100+ CC=emcc CXX=emc++ emmake make -C src NX11=Y NANOX=Y ARCH=EMSCRIPTEN LINK_APP_INTO_SERVER=Y NANOXDEMO=N ERASEMOVE=1
101101
102102
103103 if [ -f /pp ]
You can’t perform that action at this time.
0 commit comments