Skip to content

Commit

Permalink
gyp: disable duplicate basename check
Browse files Browse the repository at this point in the history
Refs: #161
  • Loading branch information
targos authored and nodejs-ci committed Jun 26, 2020
1 parent 8d2619d commit 43c97a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gyp/pylib/gyp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def gyp_main(args):
# deprecated.
parser.add_argument('--no-duplicate-basename-check',
dest='duplicate_basename_check', action='store_false',
default=True, regenerate=False,
default=False, regenerate=False,
help="don't check for duplicate basenames")
parser.add_argument('--no-parallel', action='store_true', default=False,
help='Disable multiprocessing')
Expand Down

0 comments on commit 43c97a7

Please sign in to comment.