@topgunbuild/native 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/Makefile +1 -1
- package/build/Release/topgun_hash.node +0 -0
- package/build/config.gypi +1 -1
- package/package.json +1 -1
package/build/Makefile
CHANGED
|
@@ -337,7 +337,7 @@ endif
|
|
|
337
337
|
|
|
338
338
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
339
339
|
cmd_regen_makefile = cd $(srcdir); /Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/koristuvac/Library/Caches/node-gyp/22.17.1" "-Dnode_gyp_dir=/Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp" "-Dnode_lib_file=/Users/koristuvac/Library/Caches/node-gyp/22.17.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/koristuvac/Projects/topgun/topgun/packages/native" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/koristuvac/Projects/topgun/topgun/packages/native/build/config.gypi -I/Users/koristuvac/Projects/topgun/topgun/node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi -I/Users/koristuvac/Library/Caches/node-gyp/22.17.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
340
|
-
Makefile: $(srcdir)/
|
|
340
|
+
Makefile: $(srcdir)/build/config.gypi $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp $(srcdir)/binding.gyp $(srcdir)/../../node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi $(srcdir)/../../../../../Library/Caches/node-gyp/22.17.1/include/node/common.gypi
|
|
341
341
|
$(call do_cmd,regen_makefile)
|
|
342
342
|
|
|
343
343
|
# "all" is a concatenation of the "all" targets from all the included
|
|
Binary file
|
package/build/config.gypi
CHANGED
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"init_module": "/Users/koristuvac/.npm-init.js",
|
|
501
501
|
"npm_version": "10.9.2",
|
|
502
502
|
"node_gyp": "/Users/koristuvac/.nvm/versions/node/v22.17.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
|
|
503
|
-
"otp": "
|
|
503
|
+
"otp": "321162",
|
|
504
504
|
"cache": "/Users/koristuvac/.npm",
|
|
505
505
|
"user_agent": "npm/10.9.2 node/v22.17.1 darwin arm64 workspaces/false",
|
|
506
506
|
"prefix": "/Users/koristuvac/.nvm/versions/node/v22.17.1"
|