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 993da29 commit af7aafeCopy full SHA for af7aafe
recipes/recipes_emscripten/pyb2d3/build.sh
@@ -7,6 +7,10 @@ CMAKE_ARGS="${CMAKE_ARGS} -Dnanobind_DIR=${NANOBIND_CMAKE_DIR}"
7
CMAKE_ARGS="${CMAKE_ARGS} -DFETCH_BOX2D=OFF"
8
CMAKE_ARGS="${CMAKE_ARGS} -DPYB2D3_NO_THREADING=ON"
9
10
+export CFLAGS="$CFLAGS -sWASM_BIGINT -fexceptions"
11
+export CXXFLAGS="$CXXFLAGS -sWASM_BIGINT -fexceptions"
12
+export LDFLAGS="$LDFLAGS -sWASM_BIGINT -fexceptions"
13
+
14
export CMAKE_ARGS
15
16
#!/bin/bash
recipes/recipes_emscripten/pyb2d3/recipe.yaml
@@ -7,7 +7,7 @@ source:
sha256: 9e78a4f9496855a3588becfb62855689c0ce4dce40359420299fa6f1d29c811a
build:
- number: 0
+ number: 1
outputs:
- package:
0 commit comments