mirror of https://github.com/libAthena/athena.git
Macro update for OS X
This commit is contained in:
parent
f46edcd4b8
commit
bedcf128ac
|
@ -167,7 +167,7 @@ macro(atdna out)
|
|||
|
||||
# OSX Extra
|
||||
elseif(APPLE)
|
||||
list(APPEND extraargs -isysroot ${CMAKE_OSX_SYSROOT} -isysroot
|
||||
list(APPEND extraargs -isysroot ${CMAKE_OSX_SYSROOT} -I ${CMAKE_OSX_SYSROOT}/usr/include -isysroot
|
||||
${CMAKE_OSX_SYSROOT}/../../../../../Toolchains/XcodeDefault.xctoolchain)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue