summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-27 15:44:06 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-03-27 15:44:06 -0700
commitf7a598139f8ce364cd3e1e906ee63a4b688dd17e (patch)
treebd3716ef329d6c9b4704276b9c8bdfeb58c0527c /gyp
parent5c6809fc367416268794be0445ae17f23bb2cb8f (diff)
downloadqtlocation-mapboxgl-f7a598139f8ce364cd3e1e906ee63a4b688dd17e.tar.gz
Fixed test breakage from 501f9701cd25c004b496dbdf96c8ac45845718be
Unlike iOS, OS X does not consider OpenGL.framework to be a standard library, so LINK_WITH_STANDARD_LIBRARIES does not pull it in. Ref #1099, #1105
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-osx.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/platform-osx.gypi b/gyp/platform-osx.gypi
index 41a453533f..aecb058595 100644
--- a/gyp/platform-osx.gypi
+++ b/gyp/platform-osx.gypi
@@ -28,6 +28,7 @@
'ldflags': [
'-framework ImageIO',
'-framework CoreServices',
+ '-framework OpenGL',
'-framework ApplicationServices',
],
},