From f7a598139f8ce364cd3e1e906ee63a4b688dd17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 27 Mar 2015 15:44:06 -0700 Subject: 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 --- gyp/platform-osx.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') 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', ], }, -- cgit v1.2.1