Skip to content

Commit 9a0e2fa

Browse files
Merge pull request #241 from myfreeweb/fbsd
Update FreeBSD configuration
2 parents 48856b2 + b9925d4 commit 9a0e2fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

configure.d

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,16 @@ static:
203203
];
204204

205205
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"
206+
"/usr/local/llvm80/lib",
207+
"/usr/local/llvm70/lib",
208+
"/usr/local/llvm60/lib",
209+
"/usr/local/llvm50/lib",
210210
] ~ standardPaths;
211211

212212
immutable additionalLibPaths = standardPaths;
213213

214-
enum ncursesLib = LibraryName("ncurses", "libncurses.a");
215-
enum cppLib = "stdc++";
214+
enum additionalLib = LibraryName("ncurses", "libncurses.a");
215+
enum cppLib = "c++";
216216
}
217217

218218
else

0 commit comments

Comments
 (0)