summaryrefslogtreecommitdiff
path: root/gyp/osx.gyp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-12-10 13:24:48 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-10 16:50:39 -0800
commit0ff9295ca890114ee962897593f9774711a813f0 (patch)
tree65addcc0864e200109804e5c3b2867b568a2578b /gyp/osx.gyp
parent93c000dd18f5896b6d0c5b3f1670c999489c2f12 (diff)
downloadqtlocation-mapboxgl-0ff9295ca890114ee962897593f9774711a813f0.tar.gz
[core] Move linux and osx to platform subdirectory
Diffstat (limited to 'gyp/osx.gyp')
-rw-r--r--gyp/osx.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/osx.gyp b/gyp/osx.gyp
index 64663540b2..8810144a80 100644
--- a/gyp/osx.gyp
+++ b/gyp/osx.gyp
@@ -1,7 +1,7 @@
{
'includes': [
- '../macosx/mapboxgl-app.gypi',
- '../linux/mapboxgl-app.gypi',
+ '../platform/osx/mapboxgl-app.gypi',
+ '../platform/linux/mapboxgl-app.gypi',
'../test/test.gypi',
'../bin/render.gypi',
],