mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 16:01:51 +00:00
fix build with recent libinstpatch
This commit is contained in:
parent
030a497aa5
commit
ef2c256e9e
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ else(NOT enable-pkgconfig)
|
|||
|
||||
unset ( LIBINSTPATCH_SUPPORT CACHE )
|
||||
if ( enable-libinstpatch )
|
||||
pkg_check_modules ( LIBINSTPATCH libinstpatch-1.0 )
|
||||
pkg_check_modules ( LIBINSTPATCH libinstpatch )
|
||||
set ( LIBINSTPATCH_SUPPORT ${LIBINSTPATCH_FOUND} )
|
||||
endif ( enable-libinstpatch )
|
||||
|
||||
|
|
Loading…
Reference in a new issue