Missing 'break' in osx code path.

This commit is contained in:
Tomas Lindquist Olsen
2008-08-24 17:57:53 +02:00
parent 6cd4eda726
commit 6cb325e2fa

View File

@@ -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");