mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 07:13:13 +01:00
Missing 'break' in osx code path.
This commit is contained in:
@@ -761,6 +761,7 @@ int main(int argc, char *argv[])
|
||||
VersionCondition::addPredefinedGlobalIdent("darwin");
|
||||
VersionCondition::addPredefinedGlobalIdent("Posix");
|
||||
global.params.tt_os = "-pc-darwin-gnu";
|
||||
break;
|
||||
|
||||
default:
|
||||
assert(false && "Target OS not supported");
|
||||
|
||||
Reference in New Issue
Block a user