The architecture (32/64 bits) is now detected only on Windows

This commit is contained in:
Laurent Gomila 2012-01-03 18:02:18 +01:00
parent 88683504ba
commit 91705fe25c
3 changed files with 15 additions and 17 deletions

View file

@ -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()