Skip to content

Commit

Permalink
fix(gcc): conformance_configs should be a path
Browse files Browse the repository at this point in the history
  • Loading branch information
wallw-teal authored Jan 24, 2018
1 parent ad6e494 commit b41cbd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/gcc/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ const utils = require('../../utils');

var optionsFound = [];

var pathKeys = ['js', 'externs', 'output_wrapper_file'];
var pathKeys = ['conformance_configs', 'js', 'externs', 'output_wrapper_file'];
var multiValueKeys = [
'conformance_configs',
'define',
'externs',
'extra_annotation_name',
Expand Down

0 comments on commit b41cbd3

Please sign in to comment.