mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 13:15:05 +00:00
OS X fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user