mirror of https://github.com/libAthena/athena.git
OS X fixes
This commit is contained in:
parent
e6dedd0e6c
commit
418f3e763f
|
@ -167,7 +167,8 @@ macro(atdna out)
|
||||||
|
|
||||||
# OSX Extra
|
# OSX Extra
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
list(APPEND extraargs -isysroot ${CMAKE_OSX_SYSROOT} -isysroot /)
|
list(APPEND extraargs -isysroot ${CMAKE_OSX_SYSROOT} -isysroot
|
||||||
|
${CMAKE_OSX_SYSROOT}/../../../../../Toolchains/XcodeDefault.xctoolchain)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Make target
|
# Make target
|
||||||
|
|
|
@ -45,7 +45,8 @@ macro(atdna out)
|
||||||
|
|
||||||
# OSX Extra
|
# OSX Extra
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
list(APPEND extraargs -isysroot ${CMAKE_OSX_SYSROOT} -isysroot /)
|
list(APPEND extraargs -isysroot ${CMAKE_OSX_SYSROOT} -isysroot
|
||||||
|
${CMAKE_OSX_SYSROOT}/../../../../../Toolchains/XcodeDefault.xctoolchain)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Make target
|
# Make target
|
||||||
|
|
Loading…
Reference in New Issue