Fixed linux CS:GO logged tier0_i486 startup error and bad sourcetv handling (r=me).

This commit is contained in:
Nicholas Hastings 2012-06-02 12:48:54 -04:00
parent e7c86713c8
commit 6af30e8992

View File

@ -51,7 +51,7 @@ typedef ICommandLine *(*FakeGetCommandLine)();
#define TIER0_NAME "libtier0.dylib"
#define VSTDLIB_NAME "libvstdlib.dylib"
#elif defined __linux__
#if SOURCE_ENGINE == SE_ORANGEBOXVALVE || SOURCE_ENGINE == SE_LEFT4DEAD || SOURCE_ENGINE == SE_LEFT4DEAD2
#if SOURCE_ENGINE >= SE_ORANGEBOXVALVE
#define TIER0_NAME "libtier0.so"
#define VSTDLIB_NAME "libvstdlib.so"
#else