Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
chakrashim: Removed --no-duplicate-basename option
Browse files Browse the repository at this point in the history
Fixes: #118
  • Loading branch information
kunalspathak committed Nov 18, 2015
1 parent c9cf4ff commit c115f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ config = '\n'.join(map('='.join, config.iteritems())) + '\n'
write('config.mk',
'# Do not edit. Generated by the configure script.\n' + config)

gyp_args = [sys.executable, 'tools/gyp_node.py', '--no-parallel', '--no-duplicate-basename-check']
gyp_args = [sys.executable, 'tools/gyp_node.py', '--no-parallel']

if options.use_xcode:
gyp_args += ['-f', 'xcode']
Expand Down

0 comments on commit c115f42

Please sign in to comment.