mirror of
https://github.com/janet-lang/janet
synced 2026-09-20 08:10:41 +00:00
Mingw is a sepate os/which target than windows.
This commit is contained in:
+2
-1
@@ -4000,7 +4000,8 @@
|
|||||||
|
|
||||||
(compwhen (dyn 'os/stat)
|
(compwhen (dyn 'os/stat)
|
||||||
|
|
||||||
(defn- sep [] (if (= :windows (os/which)) "\\" "/"))
|
(def- seps {:windows "\\" :mingw "\\" :cygwin "\\"})
|
||||||
|
(defn- sep [] (get seps (os/which) "/"))
|
||||||
|
|
||||||
(defn- bundle-rpath
|
(defn- bundle-rpath
|
||||||
[path]
|
[path]
|
||||||
|
|||||||
Reference in New Issue
Block a user