mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 11:23:14 +01:00
Added 'Unix' predefined version identifier.
This commit is contained in:
@@ -319,6 +319,7 @@ int main(int argc, char *argv[])
|
||||
tt_os = "-pc-mingw32";
|
||||
#elif linux
|
||||
VersionCondition::addPredefinedGlobalIdent("linux");
|
||||
VersionCondition::addPredefinedGlobalIdent("Unix");
|
||||
global.params.isLinux = 1;
|
||||
tt_os = "-pc-linux-gnu";
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user