mirror of https://github.com/Nofated095/re-GTA.git
audio: only use #pragma comment(lib, "xxx.lib") on MSVC
This commit is contained in:
parent
2f48d0c828
commit
9707eeb8cb
|
@ -33,6 +33,7 @@ target_compile_definitions(re3
|
||||||
PRIVATE
|
PRIVATE
|
||||||
$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>
|
$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>
|
||||||
LIBRW
|
LIBRW
|
||||||
|
RE3_NO_AUTOLINK
|
||||||
)
|
)
|
||||||
|
|
||||||
if(RE3_AUDIO STREQUAL "OAL")
|
if(RE3_AUDIO STREQUAL "OAL")
|
||||||
|
|
Loading…
Reference in New Issue