Skip to content
Snippets Groups Projects
Commit 9728dd2e authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix fmodex linking

parent e8e28990
No related branches found
No related tags found
No related merge requests found
......@@ -26,14 +26,14 @@ if (FMODEX)
include(Prebuilt)
use_prebuilt_binary(fmodex)
if (WINDOWS)
if (ADDRESS_SIZE EQUAL 32)
set(FMODEX_LIBRARY
debug fmodexL_vc
optimized fmodex_vc)
else (ADDRESS_SIZE EQUAL 64)
set(FMODEX_LIBRARY
debug fmodexL64_vc
optimized fmodex64_vc)
if (ADDRESS_SIZE EQUAL 32)
set(FMODEX_LIBRARY
debug fmodexL_vc
optimized fmodex_vc)
else (ADDRESS_SIZE EQUAL 64)
set(FMODEX_LIBRARY
debug fmodexL64_vc
optimized fmodex64_vc)
endif (ADDRESS_SIZE EQUAL 32)
elseif (DARWIN)
set(FMODEX_LIBRARY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment