summaryrefslogtreecommitdiff
path: root/mbgl.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 15:26:26 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-25 21:37:58 -0700
commit45c5b2a66c8dbadf8671458d183e76a981ff4843 (patch)
treef042e705b0d1f19329bf899b97dbf37242bdfb89 /mbgl.gypi
parent4e2c743ebabbbd78e49b1f645def99aaa328324e (diff)
downloadqtlocation-mapboxgl-45c5b2a66c8dbadf8671458d183e76a981ff4843.tar.gz
[core] Share shaders with gl-js
Diffstat (limited to 'mbgl.gypi')
-rw-r--r--mbgl.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbgl.gypi b/mbgl.gypi
index e4d2474dfd..c25e53ed78 100644
--- a/mbgl.gypi
+++ b/mbgl.gypi
@@ -138,7 +138,7 @@
'<!@(find <(DEPTH)/src -name "*.h")',
'<!@(find <(DEPTH)/include -name "*.hpp")',
'<!@(find <(DEPTH)/include -name "*.h")',
- '<!@(find <(DEPTH)/src -name "*.glsl")',
+ '<!@(find -H <(DEPTH)/node_modules/mapbox-gl-shaders -name "*.glsl")',
'<(SHARED_INTERMEDIATE_DIR)/include/mbgl/util/version.hpp',
],