Changes between Version 1 and Version 2 of Ticket #56991, comment 63
- Timestamp:
- Sep 26, 2019, 1:12:49 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56991, comment 63
v1 v2 1 In reguards to {{{libvpx}}} if {{{ $SDKROOT}}} is a global variable why not instead use that like so1 In reguards to {{{libvpx}}} if {{{configure.sdkroot}}} is a global variable why not instead use that like so 2 2 3 3 {{{ … … 7 7 x86*-darwin*) 8 8 - osx_sdk_dir="$(show_darwin_sdk_path macosx)" 9 + osx_sdk_dir="$( SDKROOT)"9 + osx_sdk_dir="$(configure.sdkroot)" 10 10 if [ -d "${osx_sdk_dir}" ]; then 11 11 add_cflags "-isysroot ${osx_sdk_dir}"