void-packages/srcpkgs/dmd/files/musl.patch
Yuxuan Shui 555bed3e85
dmd: Update to 2.079.0
Closes: #12237 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-04-06 23:20:30 +02:00

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)