mirror of
https://github.com/janet-lang/janet
synced 2024-12-23 23:10:26 +00:00
Mingw is a sepate os/which target than windows.
This commit is contained in:
parent
b8aec50763
commit
6998865d7b
@ -4000,7 +4000,8 @@
|
||||
|
||||
(compwhen (dyn 'os/stat)
|
||||
|
||||
(defn- sep [] (if (= :windows (os/which)) "\\" "/"))
|
||||
(def- seps {:windows "\\" :mingw "\\" :cygwin "\\"})
|
||||
(defn- sep [] (get seps (os/which) "/"))
|
||||
|
||||
(defn- bundle-rpath
|
||||
[path]
|
||||
|
Loading…
Reference in New Issue
Block a user