Skip to content

Commit

Permalink
fix: remove the inputs for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 16, 2022
1 parent e896265 commit 5c389b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
["zmq_shared == 'false'", {
'actions': [{
'action_name': 'build_libzmq',
'inputs': ['<(module_root_dir)/package.json', '<(module_root_dir)/script/build.ts'],
'inputs': [],
'conditions': [
['OS != "win"', {
'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'],
Expand Down

0 comments on commit 5c389b4

Please sign in to comment.