mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)
This commit is contained in:
@@ -205,6 +205,9 @@ clang.objc.options.linker = "-lobjc -lgnustep-base"
|
||||
llvm_gcc.cpp.options.linker = "-Wl,-rpath=.:/usr/local/lib:/usr/pkg/lib:/usr/X11R6/lib"
|
||||
clang.options.linker = "-Wl,-rpath=.:/usr/local/lib:/usr/pkg/lib:/usr/X11R6/lib"
|
||||
clang.cpp.options.linker = "-Wl,-rpath=.:/usr/local/lib:/usr/pkg/lib:/usr/X11R6/lib"
|
||||
|
||||
cincludes: "/usr/local/include"
|
||||
clibdir: "/usr/local/lib"
|
||||
@end
|
||||
|
||||
# Configuration for the VxWorks
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
discard """
|
||||
action: compile
|
||||
disabled: "windows"
|
||||
disabled: "freebsd"
|
||||
disabled: "openbsd"
|
||||
disabled: "netbsd"
|
||||
"""
|
||||
|
||||
import sfml, os
|
||||
|
||||
Reference in New Issue
Block a user