Skip to content

Commit 70088b1

Browse files
authored
Merge pull request #527 from zeromq/remove-inputs [skip ci]
2 parents e896265 + 5c389b4 commit 70088b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
["zmq_shared == 'false'", {
1717
'actions': [{
1818
'action_name': 'build_libzmq',
19-
'inputs': ['<(module_root_dir)/package.json', '<(module_root_dir)/script/build.ts'],
19+
'inputs': [],
2020
'conditions': [
2121
['OS != "win"', {
2222
'outputs': ['<(module_root_dir)/build/libzmq/lib/libzmq.a', '<(module_root_dir)/build/libzmq/include/zmq.h', '<(module_root_dir)/build/libzmq/include/zmq_utils.h'],

0 commit comments

Comments
 (0)