Skip to content

Commit 35cd719

Browse files
committed
vendor
1 parent c71e149 commit 35cd719

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deps/getdns/getdns.gyp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
'actions': [
4545
{
4646
'action_name': 'configure_file',
47-
'process_outputs_as_sources': 1,
4847
'inputs': [
4948
# Put the code first so it's a dependency and can be used for invocation.
5049
'configure_file.py',
@@ -62,8 +61,7 @@
6261
'getdns/getdns.pc',
6362
],
6463
'action': [
65-
'python', '<@(_inputs)',
66-
'--target', '<@(_outputs)',
64+
'python', '<@(_inputs)', '--target', '<@(_outputs)',
6765
],
6866
},
6967
],

0 commit comments

Comments
 (0)