summaryrefslogtreecommitdiff
path: root/platform/darwin/scripts/generate-style-code.js
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-01-27 11:46:06 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-02-01 08:11:01 -0800
commit9c5abc122176a9080f03754e88c0bab4c08a034b (patch)
tree61f00a8620e335096426bbf70684e55e1d057965 /platform/darwin/scripts/generate-style-code.js
parentd4cee2cea5f42843fcbebc6bfbc001559c3a79e1 (diff)
downloadqtlocation-mapboxgl-9c5abc122176a9080f03754e88c0bab4c08a034b.tar.gz
[build] Use style-spec from gl-js monorepo
Diffstat (limited to 'platform/darwin/scripts/generate-style-code.js')
-rw-r--r--platform/darwin/scripts/generate-style-code.js2
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