mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
macOS-related CMake cleanups
* Remove useless explicitly specified link/include directories * Don't pass -s or -pie to the linker as they aren't needed
This commit is contained in:
@ -100,11 +100,6 @@ if (ENABLE_JIT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
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)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(EPOXY REQUIRED epoxy)
|
||||
|
Reference in New Issue
Block a user