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

This commit is contained in:
Anonymous Maarten 2021-01-11 01:01:15 +01:00 committed by shfil
parent 8aaa3c4884
commit 8a157eee0a
1 changed files with 1 additions and 1 deletions

View File

@ -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