~ chicken-core (master) 51559cb61683eeb3a8b2cdb88723bb32bd919a54
commit 51559cb61683eeb3a8b2cdb88723bb32bd919a54
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Oct 23 22:41:51 2025 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Oct 23 22:41:51 2025 +0200
use better default prefix, including drive letter to configure for mingw target
diff --git a/configure b/configure
index e63386c9..d09a045f 100755
--- a/configure
+++ b/configure
@@ -175,6 +175,8 @@ if [ -z "$platform" ]; then
Windows_NT)
platform=mingw
case "$prefix" in
+ /usr/local)
+ prefix="C:/Program files/CHICKEN";;
[a-zA-Z]:*)
;;
*)
Trap