Also include Homebrew on ARM64 Mac location in CMake (#938)
This commit is contained in:
parent
b402cb19b2
commit
c109235d01
|
@ -101,8 +101,8 @@ if (ENABLE_JIT)
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
target_include_directories(core PUBLIC /usr/local/include)
|
||||
target_link_directories(core PUBLIC /usr/local/lib)
|
||||
target_include_directories(core PUBLIC /usr/local/include /opt/homebrew/include)
|
||||
target_link_directories(core PUBLIC /usr/local/lib /opt/homebrew/lib)
|
||||
endif()
|
||||
|
||||
if (ENABLE_OGLRENDERER)
|
||||
|
@ -119,4 +119,4 @@ else()
|
|||
else()
|
||||
target_link_libraries(core)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue