Skip to content

Commit 8bfe403

Browse files
Update pyodide.yml
1 parent 60b14f3 commit 8bfe403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pyodide.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ~/env/bin/pyodide build --exports whole_archive
4444
env:
4545
CFLAGS: "-fexceptions -pthread -s USE_PTHREADS=1 -s DISABLE_EXCEPTION_CATCHING=0"
46-
LDFLAGS: "-fexceptions -pthread -latomic"
46+
LDFLAGS: "-fexceptions -pthread"
4747

4848
- name: Setup env-pyodide
4949
run: |

0 commit comments

Comments
 (0)