mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 07:33:01 +00:00 
			
		
		
		
	Remove bsd check in cook.janet.
This commit is contained in:
		| @@ -299,9 +299,8 @@ | ||||
|                                 :macos ["-ldl" "-lm"] | ||||
|                                 :windows [] | ||||
|                                 :linux ["-lm" "-ldl" "-lrt"] | ||||
|                                 :openbsd ["-lm"] | ||||
|                                 #default | ||||
|                                 ["-ldl" "-lm"]) [])]) | ||||
|                                 ["-lm"]) [])]) | ||||
|   (rule target objects | ||||
|         (print "linking " target "...") | ||||
|         (if is-win | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose