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
8aaa3c4884
commit
8a157eee0a
|
@ -4,7 +4,7 @@
|
|||
#include "stream.h"
|
||||
#include "sampman.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
|
||||
#ifdef AUDIO_OAL_USE_SNDFILE
|
||||
#pragma comment( lib, "libsndfile-1.lib" )
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue