mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
CREATE_PROJECT: Explicitly add /opt/local/lib to support MacPorts
This should hopefully be fairly harmless for other platforms, as well as for Homebrew-users. But it doesn't seem like CMake adds /opt/local/lib to it's linking setup by default.
This commit is contained in:
parent
37fde9109c
commit
f7e7d6e3f5
@ -176,6 +176,9 @@ if (TARGET SDL2::SDL2)
|
||||
endif()
|
||||
include_directories(${SDL2_INCLUDE_DIRS})
|
||||
|
||||
# Explicitly support MacPorts (hopefully harmless on other platforms)
|
||||
link_directories(/opt/local/lib)
|
||||
|
||||
)";
|
||||
|
||||
for (const Feature &feature : setup.features) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user