From 7e0586cb558990df327726b942cbc0c63d4a3761 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Wed, 28 Aug 2019 23:50:15 -0400 Subject: [PATCH] Fix test-install on windows. --- auxbin/jpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auxbin/jpm b/auxbin/jpm index 6e35502a..27c00536 100755 --- a/auxbin/jpm +++ b/auxbin/jpm @@ -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