mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 04:28:59 +00:00
audio: only use #pragma comment(lib, "xxx.lib") on MSVC
This commit is contained in:
parent
2f48d0c828
commit
9707eeb8cb
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ target_compile_definitions(re3
|
|||
PRIVATE
|
||||
$<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG>
|
||||
LIBRW
|
||||
RE3_NO_AUTOLINK
|
||||
)
|
||||
|
||||
if(RE3_AUDIO STREQUAL "OAL")
|
||||
|
|
Loading…
Reference in a new issue