[Bug 757357] Fix cerbero config for running on 10.10 using Xcode 7

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 30 04:54:48 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=757357

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #314463|none                        |reviewed
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 314463:
 --> (https://bugzilla.gnome.org/review?bug=757357&attachment=314463)

::: config/darwin.config
@@ +39,3 @@
+# For Xcode >= 7 on OS X 10.10, only the 10.11 SDK is available, try falling
back
+if not os.path.exists(sdk_root) and distro_version ==
DistroVersion.OS_X_YOSEMITE:
+    sdk_root =
'/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX%s.sdk'
% SDK_VERSION[DistroVersion.OS_X_EL_CAPITAN]

Would be good to add another check to error out if the directory was not found
after all

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list