The architecture (32/64 bits) is now detected only on Windows
This commit is contained in:
parent
88683504ba
commit
91705fe25c
3 changed files with 15 additions and 17 deletions
|
@ -193,7 +193,7 @@ if(WINDOWS)
|
|||
if(ARCH_32BITS)
|
||||
install(FILES extlibs/bin/x86/libsndfile-1.dll DESTINATION bin)
|
||||
install(FILES extlibs/bin/x86/openal32.dll DESTINATION bin)
|
||||
else()
|
||||
elseif(ARCH_64BITS)
|
||||
install(FILES extlibs/bin/x64/libsndfile-1.dll DESTINATION bin)
|
||||
install(FILES extlibs/bin/x64/openal32.dll DESTINATION bin)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue