python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / dmd / files / musl.patch
blob023b7d5eb5135f5d9aa88b0788640702d5377c3f
1 --- dmd/src/dmd/mars.d
2 +++ dmd/src/dmd/mars.d
3 @@ -1374,7 +1374,7 @@ void addDefaultVersionIdentifiers()
5 else static if (TARGET.Linux)
7 - VersionCondition.addPredefinedGlobalIdent("CRuntime_Glibc");
8 + VersionCondition.addPredefinedGlobalIdent("CRuntime_Musl");
11 if (global.params.isLP64)