From 9a1a09bf82ea98a2b69b351120619c787ce990a8 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Thu, 20 Mar 2014 16:05:49 +0100 Subject: Adapt to API changes in new stable branch 1750 Change-Id: If0cc263f36d396fd505c1d8b026e2493bfc29cc4 Reviewed-by: Pierre Rossi Reviewed-by: Zeno Albisser --- src/core/gyp_run.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/gyp_run.pro') diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro index dd820f6b5..82f18331b 100644 --- a/src/core/gyp_run.pro +++ b/src/core/gyp_run.pro @@ -69,6 +69,8 @@ cross_compile { GYP_ARGS += "-D CXX=\"$$which($$QMAKE_CXX)\"" } +mac: GYP_ARGS += "-D mac_sdk_path=\"$${QMAKE_MAC_SDK_PATH}\"" + win32 { # Libvpx build needs additional search path on Windows. git_chromium_src_dir = $$system("git config qtwebengine.chromiumsrcdir") -- cgit v1.2.3