mirror of
https://github.com/janet-lang/janet
synced 2025-04-07 15:56:39 +00:00
Fix test-install on windows.
This commit is contained in:
parent
05695a35c7
commit
7e0586cb55
@ -492,7 +492,7 @@ int main(int argc, const char **argv) {
|
||||
(def defines (make-defines (opt opts :defines {})))
|
||||
(print "compiling and linking " dest "...")
|
||||
(if is-win
|
||||
(shell cc ;cflags (string "/OUT:" dest) cimage_dest ;static-libs (libjanet) ;lflags)
|
||||
(shell cc ;cflags cimage_dest ;static-libs (libjanet) ;lflags `/link` (string "/OUT:" dest))
|
||||
(shell cc ;cflags `-o` dest cimage_dest ;static-libs (libjanet) ;lflags)))))
|
||||
|
||||
(defn- abspath
|
||||
|
Loading…
x
Reference in New Issue
Block a user