We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0239ecd commit fdab2a1Copy full SHA for fdab2a1
python-wasm-sdk.sh
@@ -38,6 +38,7 @@ then
38
mkdir -p /tmp/sdk
39
tar -cpRj \
40
.${SDKDIR}/config \
41
+ .${SDKDIR}/build/pycache/sysconfig/_sysconfigdata__emscripten_debug.py
42
.${SDKDIR}/python3-wasm \
43
.${SDKDIR}/wasm32-*-shell.sh \
44
.${SDKDIR}/emsdk \
scripts/cpython-build-host-deps.sh
@@ -6,9 +6,12 @@ echo "
6
7
8
# https://stackoverflow.com/questions/6301003/stopping-setup-py-from-installing-as-egg
9
-
10
# python3 setup.py install --single-version-externally-managed --root=/
11
+# to remove ctypes deps
12
+$PIP install setuptools --upgrade
13
+
14
+# just in case
15
$PIP install pip --upgrade
16
17
export CC=clang
0 commit comments