]> git.pld-linux.org Git - packages/dmd.git/blame - dmd-shared.patch
- up to 2.072.0
[packages/dmd.git] / dmd-shared.patch
CommitLineData
bcce314d
JB
1--- dmd2/src/dmd/mars.c.orig 2014-02-24 05:23:02.000000000 +0100
2+++ dmd2/src/dmd/mars.c 2014-03-21 22:34:04.073943985 +0100
3@@ -568,9 +568,7 @@
4 #if TARGET_WINDOS
5 global.params.is64bit = false;
6 global.params.defaultlibname = "phobos";
7-#elif TARGET_LINUX
8- global.params.defaultlibname = "libphobos2.a";
9-#elif TARGET_OSX || TARGET_FREEBSD || TARGET_OPENBSD || TARGET_SOLARIS
10+#elif TARGET_OSX || TARGET_FREEBSD || TARGET_OPENBSD || TARGET_SOLARIS || TARGET_LINUX
11 global.params.defaultlibname = "phobos2";
12 #else
13 #error "fix this"
This page took 0.065378 seconds and 4 git commands to generate.