Skip to content

Commit

Permalink
squash! tools,build: add PRODUCT_DIR_ABS default gyp var
Browse files Browse the repository at this point in the history
Remove semicolon.
  • Loading branch information
danbev committed Oct 10, 2021
1 parent c7795e9 commit 07ded8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ def make_bin_override():



gyp_args = ['--no-parallel', '-Dconfiguring_node=1'];
gyp_args = ['--no-parallel', '-Dconfiguring_node=1']

if options.use_ninja:
gyp_args += ['-f', 'ninja']
Expand Down

0 comments on commit 07ded8b

Please sign in to comment.