mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Detects fmod 64bits library
This commit is contained in:
parent
6f882a7400
commit
bb19496b11
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ FIND_PATH(FMOD_INCLUDE_DIR
|
|||
)
|
||||
|
||||
FIND_LIBRARY(FMOD_LIBRARY
|
||||
NAMES fmod fmodvc libfmod
|
||||
NAMES fmod fmodvc libfmod fmod64
|
||||
PATHS
|
||||
$ENV{FMOD_DIR}/lib
|
||||
/usr/local/lib
|
||||
|
|
Loading…
Reference in a new issue