Skip to content

Commit 5c389b4

Browse files
committed
fix: remove the inputs for the action
1 parent e896265 commit 5c389b4

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)