555bed3e85
Closes: #12237 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
11 lines
332 B
Diff
11 lines
332 B
Diff
--- dmd/src/dmd/mars.d
|
|
+++ dmd/src/dmd/mars.d
|
|
@@ -1374,7 +1374,7 @@ void addDefaultVersionIdentifiers()
|
|
}
|
|
else static if (TARGET.Linux)
|
|
{
|
|
- VersionCondition.addPredefinedGlobalIdent("CRuntime_Glibc");
|
|
+ VersionCondition.addPredefinedGlobalIdent("CRuntime_Musl");
|
|
}
|
|
|
|
if (global.params.isLP64)
|