mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-01-09 16:39:27 +01:00
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 "stream.h"
|
||||||
#include "sampman.h"
|
#include "sampman.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined _MSC_VER && !defined RE3_NO_AUTOLINK
|
||||||
#ifdef AUDIO_OAL_USE_SNDFILE
|
#ifdef AUDIO_OAL_USE_SNDFILE
|
||||||
#pragma comment( lib, "libsndfile-1.lib" )
|
#pragma comment( lib, "libsndfile-1.lib" )
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user