Changes between Version 1 and Version 2 of Ticket #56991, comment 63


Ignore:
Timestamp:
Sep 26, 2019, 1:12:49 AM (5 years ago)
Author:
Gcenx
Comment:

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 so
     1In reguards to {{{libvpx}}} if {{{configure.sdkroot}}} is a global variable why not instead use that like so
    22
    33{{{
     
    77     x86*-darwin*)
    88-      osx_sdk_dir="$(show_darwin_sdk_path macosx)"
    9 +      osx_sdk_dir="$(SDKROOT)"
     9+      osx_sdk_dir="$(configure.sdkroot)"
    1010       if [ -d "${osx_sdk_dir}" ]; then
    1111         add_cflags  "-isysroot ${osx_sdk_dir}"