Skip to content

Commit

Permalink
missing build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Feb 26, 2024
1 parent 9f124f8 commit 3e60e1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages.d/hpy/hpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ pushd external/hpy
${HPY} setup.py install

# ${SDKROOT}/python3-wasm setup.py install
${SDKROOT}/python3-wasm setup.py build

# link static
. ${SDKROOT}/emsdk/emsdk_env.sh

$SDKROOT/emsdk/upstream/emscripten/emar rcs /opt/python-wasm-sdk/prebuilt/emsdk/libhpy${PYMAJOR}.${PYMINOR}.a \
build/temp.wasm32-${WASM_FLAVOUR}-emscripten-cpython-${PYMAJOR}${PYMINOR}/hpy/debug/src/_debugmod.o \
build/temp.wasm32-${WASM_FLAVOUR}-emscripten-cpython-${PYMAJOR}${PYMINOR}/hpy/debug/src/autogen_debug_wrappers.o \
Expand Down

0 comments on commit 3e60e1c

Please sign in to comment.