repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
srcpkgs
/
dmd
/
files
/
musl.patch
blob
023b7d5eb5135f5d9aa88b0788640702d5377c3f
1
--- dmd/src/dmd/mars.d
2
+++ dmd/src/dmd/mars.d
3
@@ -1374,7 +1374,7 @@ void addDefaultVersionIdentifiers()
4
}
5
else static if (TARGET.Linux)
6
{
7
- VersionCondition.addPredefinedGlobalIdent("CRuntime_Glibc");
8
+ VersionCondition.addPredefinedGlobalIdent("CRuntime_Musl");
9
}
10
11
if (global.params.isLP64)