mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
Also include Homebrew on ARM64 Mac location in CMake (#938)
This commit is contained in:
parent
b402cb19b2
commit
c109235d01
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue