We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48856b2 + b9925d4 commit 9a0e2faCopy full SHA for 9a0e2fa
configure.d
@@ -203,16 +203,16 @@ static:
203
];
204
205
immutable llvmLibPaths = [
206
- "/usr/lib/llvm-4.0/lib",
207
- "/usr/lib/llvm-3.9/lib",
208
- "/usr/lib/llvm-3.8/lib",
209
- "/usr/lib/llvm-3.7/lib"
+ "/usr/local/llvm80/lib",
+ "/usr/local/llvm70/lib",
+ "/usr/local/llvm60/lib",
+ "/usr/local/llvm50/lib",
210
] ~ standardPaths;
211
212
immutable additionalLibPaths = standardPaths;
213
214
- enum ncursesLib = LibraryName("ncurses", "libncurses.a");
215
- enum cppLib = "stdc++";
+ enum additionalLib = LibraryName("ncurses", "libncurses.a");
+ enum cppLib = "c++";
216
}
217
218
else
0 commit comments