Skip to content

Commit

Permalink
Update pyodide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner authored Nov 16, 2024
1 parent 60b14f3 commit 8bfe403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ~/env/bin/pyodide build --exports whole_archive
env:
CFLAGS: "-fexceptions -pthread -s USE_PTHREADS=1 -s DISABLE_EXCEPTION_CATCHING=0"
LDFLAGS: "-fexceptions -pthread -latomic"
LDFLAGS: "-fexceptions -pthread"

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

0 comments on commit 8bfe403

Please sign in to comment.