mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 09:00:33 +03:00
Slightly revise iOS additions
This commit is contained in:
parent
d3970c35ff
commit
f1fb9d50fd
3 changed files with 30 additions and 30 deletions
|
@ -817,7 +817,6 @@ void registerPredefinedTargetVersions() {
|
|||
VersionCondition::addPredefinedGlobalIdent("Posix");
|
||||
VersionCondition::addPredefinedGlobalIdent("CppRuntime_Clang");
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
if (triple.getEnvironment() == llvm::Triple::Android) {
|
||||
VersionCondition::addPredefinedGlobalIdent("Android");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue