@topgunbuild/native 0.4.0 → 0.6.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 -2
- 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)/binding.gyp $(srcdir)/../../node_modules/.pnpm/node-gyp@10.3.1/node_modules/node-gyp/addon.gypi $(srcdir)
|
|
340
|
+
Makefile: $(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 $(srcdir)/build/config.gypi $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp
|
|
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
|
@@ -495,12 +495,11 @@
|
|
|
495
495
|
"global_prefix": "/Users/koristuvac/.nvm/versions/node/v22.17.1",
|
|
496
496
|
"local_prefix": "/Users/koristuvac/Projects/topgun/topgun/packages/native",
|
|
497
497
|
"globalconfig": "/Users/koristuvac/.nvm/versions/node/v22.17.1/etc/npmrc",
|
|
498
|
-
"access": "public",
|
|
499
498
|
"userconfig": "/Users/koristuvac/.npmrc",
|
|
500
499
|
"init_module": "/Users/koristuvac/.npm-init.js",
|
|
501
500
|
"npm_version": "10.9.2",
|
|
502
501
|
"node_gyp": "/Users/koristuvac/.nvm/versions/node/v22.17.1/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
|
|
503
|
-
"otp": "
|
|
502
|
+
"otp": "380629",
|
|
504
503
|
"cache": "/Users/koristuvac/.npm",
|
|
505
504
|
"user_agent": "npm/10.9.2 node/v22.17.1 darwin arm64 workspaces/false",
|
|
506
505
|
"prefix": "/Users/koristuvac/.nvm/versions/node/v22.17.1"
|