mirror of
https://github.com/janet-lang/janet
synced 2025-02-02 18:29:10 +00:00
Remove bsd check in cook.janet.
This commit is contained in:
parent
d6a1faa380
commit
71e5278364
@ -299,9 +299,8 @@
|
|||||||
:macos ["-ldl" "-lm"]
|
:macos ["-ldl" "-lm"]
|
||||||
:windows []
|
:windows []
|
||||||
:linux ["-lm" "-ldl" "-lrt"]
|
:linux ["-lm" "-ldl" "-lrt"]
|
||||||
:openbsd ["-lm"]
|
|
||||||
#default
|
#default
|
||||||
["-ldl" "-lm"]) [])])
|
["-lm"]) [])])
|
||||||
(rule target objects
|
(rule target objects
|
||||||
(print "linking " target "...")
|
(print "linking " target "...")
|
||||||
(if is-win
|
(if is-win
|
||||||
|
Loading…
Reference in New Issue
Block a user