Skip to content

Commit

Permalink
Bug 1334106 - Fix OSS-Fuzz build bustage r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Taubert committed Feb 9, 2017
1 parent 825362a commit 8b1cf23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fuzz/fuzz.gyp
Expand Up @@ -52,14 +52,9 @@
['exclude', '-fsanitize-coverage'],
],
},
'direct_dependent_settings': {
'include_dirs': [
'libFuzzer',
],
},
}, {
'type': 'none',
'direct_dependent_settings': {
'all_dependent_settings': {
'libraries': ['-lFuzzingEngine'],
}
}]
Expand Down

0 comments on commit 8b1cf23

Please sign in to comment.