Skip to content

Commit

Permalink
configure.json: Do not test for gold linker on Windows
Browse files Browse the repository at this point in the history
MinGW 6.3 ships a gold linker that pops up a crash dialog
while running configure tests.

Change-Id: Ib25e30df664779e1ecced0ae37fa1e73e98f95ea
Reviewed-by: Maurice Kalinowski <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
FriedemannKleint committed May 23, 2017
1 parent 1fb8545 commit 96120d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
},
"use_gold_linker": {
"label": "Using gold linker",
"condition": "!config.msvc && !config.integrity && tests.use_gold_linker",
"condition": "!config.win32 && !config.integrity && tests.use_gold_linker",
"output": [ "privateConfig", "useGoldLinker" ]
},
"optimize_debug": {
Expand Down

0 comments on commit 96120d7

Please sign in to comment.