Skip to content

Commit

Permalink
Merge pull request #527 from zeromq/remove-inputs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya authored Nov 17, 2022
2 parents e896265 + 5c389b4 commit 70088b1
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 70088b1

Please sign in to comment.