Skip to content

Commit

Permalink
3.12 has static _ctypes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 3, 2023
1 parent 80db3a3 commit d57a940
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages.d/_ctypes/_ctypes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,3 @@ echo "
" 1>&2

if pushd /opt/python-wasm-sdk/build/cpython-wasm
then
OBJS="build/temp.emscripten-wasm32-3.11/opt/python-wasm-sdk/src/Python-3.11.5/Modules/_ctypes/_ctypes.o \
build/temp.emscripten-wasm32-3.11/opt/python-wasm-sdk/src/Python-3.11.5/Modules/_ctypes/callbacks.o \
build/temp.emscripten-wasm32-3.11/opt/python-wasm-sdk/src/Python-3.11.5/Modules/_ctypes/callproc.o \
build/temp.emscripten-wasm32-3.11/opt/python-wasm-sdk/src/Python-3.11.5/Modules/_ctypes/cfield.o \
build/temp.emscripten-wasm32-3.11/opt/python-wasm-sdk/src/Python-3.11.5/Modules/_ctypes/stgdict.o"

$SDKROOT/emsdk/upstream/emscripten/emar rcs ${SDKROOT}/prebuilt/emsdk/lib_ctypes${PYBUILD}.a $OBJS
fi

0 comments on commit d57a940

Please sign in to comment.