audio: only use #pragma comment(lib, "xxx.lib") on MSVC

This commit is contained in:
Anonymous Maarten 2020-12-06 19:10:37 +01:00 committed by shfil
parent 2f48d0c828
commit 9707eeb8cb
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ target_compile_definitions(re3
PRIVATE
$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>
LIBRW
RE3_NO_AUTOLINK
)
if(RE3_AUDIO STREQUAL "OAL")