epic
authorMichael Wagner <mail@wagnertech.de>
Sat, 9 Dec 2017 21:05:06 +0000 (22:05 +0100)
committerMichael Wagner <mail@wagnertech.de>
Sat, 9 Dec 2017 21:05:06 +0000 (22:05 +0100)
tools/make/configure

index 47a1304..4a1349a 100755 (executable)
@@ -130,6 +130,11 @@ then
 project = $paket
 COPY = ./$paket.cp
 MAKE_PRE
+       if [ -n "$ARCH" ]
+       then
+               echo "arch = $ARCH" >>make.pre
+               echo "_arch = _${ARCH}" >>make.pre
+       fi
        echo "make.pre written."
 fi