@topgunbuild/native 0.9.0 → 0.10.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/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)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp $(srcdir)/
|
|
340
|
+
Makefile: $(srcdir)/binding.gyp $(srcdir)/../../node_modules/.pnpm/node-addon-api@8.5.0/node_modules/node-addon-api/node_api.gyp $(srcdir)/build/config.gypi $(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
|