Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Jan 27, 2024
1 parent ce24e73 commit 06021c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/emnapi/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'initial_memory%': 16777216,
'max_memory%': 2147483648,
# must be an absolute path
'emnapi_js_library%': '<!(node -p "path.resolve(process.argv[1],\'dist/library_napi.js\').replace(\'\\\\\', \'/\')" <(node_root_dir))'
'emnapi_js_library%': '<!(node -p "path.resolve(process.argv[1],\'dist/library_napi.js\').replace(process.argv[2],\'/\')" <(node_root_dir) "\\\\")'
},

'target_defaults': {
Expand Down

0 comments on commit 06021c4

Please sign in to comment.