Skip to content

Commit

Permalink
Revert "product_extension%"
Browse files Browse the repository at this point in the history
This reverts commit 2f8c2c9.
  • Loading branch information
toyobayashi committed Jan 20, 2024
1 parent 99690cf commit 3cb0823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/emnapi/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@
],
'conditions': [
['OS == "emscripten"', {
'product_extension%': 'js',
'product_extension': 'js',
'libraries': [
'--js-library=<!(node -p "require(\'emnapi\').js_library")',
]
}, {
# not emscripten
'product_extension%': 'wasm',
'product_extension': 'wasm',

'ldflags': [
'-Wl,--export-dynamic',
Expand Down

0 comments on commit 3cb0823

Please sign in to comment.