Skip to content

Commit

Permalink
change nanoX param and sdk packing
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Jan 26, 2024
1 parent af5f909 commit f62ec81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
9 changes: 2 additions & 7 deletions scripts/cpython-build-emsdk-prebuilt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,8 @@ pushd src
fi
cp -rf installer/src/installer ../prebuilt/emsdk/common/site-packages/

popd

rm ${SDKROOT}/prebuilt/emsdk/common/site-packages/installer/_scripts/*exe








popd
1 change: 1 addition & 0 deletions scripts/cpython-build-emsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,6 @@ do
done



unset PYTHON_FOR_BUILD
unset EMCC_CFLAGS
1 change: 1 addition & 0 deletions scripts/pack-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tar -cpPR \
${SDKROOT}/python3-was? \
${SDKROOT}/wasm32-*-shell.sh \
${SDKROOT}/*sdk \
${SDKROOT}/scripts/*sdk-fetch.sh \
${SDKROOT}/devices/* \
${SDKROOT}/prebuilt/* \
> /tmp/sdk/python${PYBUILD}-wasm-sdk-${CIVER}.tar
Expand Down
2 changes: 1 addition & 1 deletion sources.wasm/microwindows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ END
# FIXME: use pkg config !!!

EMCC_CFLAGS="-I${SDKROOT}/emsdk/upstream/emscripten/cache/sysroot/include/freetype2" \
CC=emcc CXX=emc++ emmake make -C src NX11=Y NANOX=Y ARCH=EMSCRIPTEN LINK_APP_INTO_SERVER=Y NANOXDEMO=N
CC=emcc CXX=emc++ emmake make -C src NX11=Y NANOX=Y ARCH=EMSCRIPTEN LINK_APP_INTO_SERVER=Y NANOXDEMO=N ERASEMOVE=1


if [ -f /pp ]
Expand Down

0 comments on commit f62ec81

Please sign in to comment.