Skip to content

Commit

Permalink
Try with pyinit instead of whole_archive
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso committed Nov 24, 2024
1 parent adba22c commit ce85b02
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 @@ -38,7 +38,7 @@ jobs:
output-dir: dist
env:
CIBW_PLATFORM: pyodide
CIBW_BUILD_FRONTEND: 'build; args: --exports=whole_archive'
CIBW_BUILD_FRONTEND: 'build; args: --exports=pyinit'
CIBW_ENVIRONMENT: LDFLAGS=-fwasm-exceptions CXXFLAGS=-fwasm-exceptions

# - run: |
Expand Down

0 comments on commit ce85b02

Please sign in to comment.