Skip to content

Commit

Permalink
Fix bad compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Nov 24, 2024
1 parent 314bdad commit 5483989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
CIBW_PLATFORM: pyodide
CIBW_BUILD_FRONTEND: 'build; args: --exports=whole_archive'
CIBW_ENVIRONMENT: LDFLAGS="-fwasm-exceptions -s" CXXFLAGS=-fwasm-exceptions
CIBW_ENVIRONMENT: LDFLAGS="-fwasm-exceptions $LDFLAGS" CXXFLAGS="-fwasm-exceptions $CXXFLAGS"

# - run: |
# pip install pyodide-build==0.22.1
Expand Down

0 comments on commit 5483989

Please sign in to comment.