Fixing OS detection issue on Summit

This commit is contained in:
Mark Berrill
2018-12-03 14:37:59 -05:00
parent f4c0d3c2ca
commit ca82036c03
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#define USE_WINDOWS
#elif defined( __APPLE__ )
#define USE_MAC
#elif defined( __linux ) || defined( __unix ) || defined( __posix )
#elif defined( __linux ) || defined( __linux__ ) || defined( __unix ) || defined( __posix )
#define USE_LINUX
#else
#error Unknown OS