Skip to content

Commit

Permalink
chages for 3.11 (but also works with 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Sep 5, 2023
1 parent 789ef39 commit bab0a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ target_link_options(pyjs_runtime_browser
PUBLIC -Wno-unused-command-line-argument
PUBLIC "SHELL: --bind"
PUBLIC "SHELL: -s MODULARIZE=1"
PUBLIC "SHELL: -s EXPORT_NAME=\"createPyjsModule\""
PUBLIC "SHELL: -s EXPORT_NAME=\"createModule\""
PUBLIC "SHELL: -s EXPORT_ES6=0"
PUBLIC "SHELL: -s USE_ES6_IMPORT_META=0"
PUBLIC "SHELL: -s DEMANGLE_SUPPORT=0"
Expand Down

0 comments on commit bab0a99

Please sign in to comment.