Skip to content

Commit

Permalink
Update pyodide.yml
Browse files Browse the repository at this point in the history
add back build flags in script
  • Loading branch information
NikolajBjorner authored Nov 16, 2024
1 parent cdc4833 commit 836802e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
run: |
source ~/emsdk/emsdk_env.sh
cd src/api/python
~/env/bin/pyodide build --exports whole_archive
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ~/env/bin/pyodide build --exports whole_archive
env:
CFLAGS: "-fexceptions -s DISABLE_EXCEPTION_CATCHING=0"
LDFLAGS: "-fexceptions"

- name: Setup env-pyodide
run: |
Expand Down

0 comments on commit 836802e

Please sign in to comment.