configure

changeset 647
e93dc5b1da07
parent 607
cfcc3fb12d7d
child 819
5f6ca885d048
--- a/configure	Mon Jul 07 20:12:56 2025 +0200
+++ b/configure	Tue Jul 08 12:10:23 2025 +0200
@@ -716,6 +716,19 @@
 done
 while true
 do
+    while true
+    do
+
+        cat >> "$TEMP_DIR/make.mk" << __EOF__
+BUILD_BIN_DIR = bin
+BUILD_LIB_DIR = lib
+__EOF__
+        break
+    done
+    break
+done
+while true
+do
     if notisplatform "bsd"; then
         break
     fi

mercurial