diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-01-27 11:46:06 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-01 08:11:01 -0800 |
commit | 9c5abc122176a9080f03754e88c0bab4c08a034b (patch) | |
tree | 61f00a8620e335096426bbf70684e55e1d057965 /platform/darwin/scripts | |
parent | d4cee2cea5f42843fcbebc6bfbc001559c3a79e1 (diff) | |
download | qtlocation-mapboxgl-9c5abc122176a9080f03754e88c0bab4c08a034b.tar.gz |
[build] Use style-spec from gl-js monorepo
Diffstat (limited to 'platform/darwin/scripts')
-rw-r--r-- | platform/darwin/scripts/generate-style-code.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/scripts/generate-style-code.js b/platform/darwin/scripts/generate-style-code.js index 4b04250070..a305367afd 100644 --- a/platform/darwin/scripts/generate-style-code.js +++ b/platform/darwin/scripts/generate-style-code.js @@ -11,7 +11,7 @@ const cocoaConventions = require('./style-spec-cocoa-conventions-v8.json'); const prefix = 'MGL'; const suffix = 'StyleLayer'; -let spec = _.merge(require('mapbox-gl-style-spec').latest, require('./style-spec-overrides-v8.json')); +let spec = _.merge(require('../../../mapbox-gl-js/js/style-spec').latest, require('./style-spec-overrides-v8.json')); /// // Temporarily IGNORE layers that are in the spec yet still not supported in mbgl core |