SourceMod can now be somewhat compiled on OS X for patch sanity testing (bug 3516, r=ds).
This adds the ability for us to change the GCC version we use more flexibly.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
|
||||
#if defined linux
|
||||
#define KE_PLATFORM_LINUX
|
||||
#elif defined __APPLE__
|
||||
#define KE_PLATFORM_APPLE
|
||||
#else
|
||||
#error "TODO"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user