mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-26 05:40:49 +00:00
Fix linking against libinstpatch (#617)
This fixes the case where linking fails if libinstpatch is not installed in a system/default location but instead needs to be found through `PKG_CONFIG_PATH`.
This commit is contained in:
parent
69ba49348a
commit
545959ca17
1 changed files with 1 additions and 0 deletions
|
@ -709,6 +709,7 @@ link_directories (
|
||||||
${DBUS_LIBRARY_DIRS}
|
${DBUS_LIBRARY_DIRS}
|
||||||
${SDL2_LIBRARY_DIRS}
|
${SDL2_LIBRARY_DIRS}
|
||||||
${OBOE_LIBRARY_DIRS}
|
${OBOE_LIBRARY_DIRS}
|
||||||
|
${LIBINSTPATCH_LIBRARY_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
# Process subdirectories
|
# Process subdirectories
|
||||||
|
|
Loading…
Reference in a new issue