mirror of
https://github.com/libAthena/athena.git
synced 2025-08-05 11:45:37 +00:00
OS X fixes
This commit is contained in:
parent
e6dedd0e6c
commit
418f3e763f
@ -167,7 +167,8 @@ macro(atdna out)
|
||||
|
||||
# OSX Extra
|
||||
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()
|
||||
|
||||
# Make target
|
||||
|
@ -45,7 +45,8 @@ macro(atdna out)
|
||||
|
||||
# OSX Extra
|
||||
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()
|
||||
|
||||
# Make target
|
||||
|
Loading…
x
Reference in New Issue
Block a user