Skip to content

Commit af7aafe

Browse files
authored
pyb2d3, missing flags flags (#2998)
* pyb2d3, missing flags flags * Increment build number to 1 in recipe.yaml
1 parent 993da29 commit af7aafe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

recipes/recipes_emscripten/pyb2d3/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ CMAKE_ARGS="${CMAKE_ARGS} -Dnanobind_DIR=${NANOBIND_CMAKE_DIR}"
77
CMAKE_ARGS="${CMAKE_ARGS} -DFETCH_BOX2D=OFF"
88
CMAKE_ARGS="${CMAKE_ARGS} -DPYB2D3_NO_THREADING=ON"
99

10+
export CFLAGS="$CFLAGS -sWASM_BIGINT -fexceptions"
11+
export CXXFLAGS="$CXXFLAGS -sWASM_BIGINT -fexceptions"
12+
export LDFLAGS="$LDFLAGS -sWASM_BIGINT -fexceptions"
13+
1014
export CMAKE_ARGS
1115

1216
#!/bin/bash

recipes/recipes_emscripten/pyb2d3/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source:
77
sha256: 9e78a4f9496855a3588becfb62855689c0ce4dce40359420299fa6f1d29c811a
88

99
build:
10-
number: 0
10+
number: 1
1111

1212
outputs:
1313
- package:

0 commit comments

Comments
 (0)