Am 02.02.2016 um 13:10 schrieb Christian Kellermann:
 From my cygport file:

AR=$(arch)
if [ $AR = "i686" ]
then
    MAKEOPTS="PREFIX=/usr PLATFORM=cygwin ARCH=x86"
elif [ $AR = "x86_64" ]
then
       MAKEOPTS="PREFIX=/usr PLATFORM=cygwin ARCH=x86-64 HACKED_APPLY="
else
       ECHO "Unknown Architecture"
fi

That should work. Adjust the PREFIX as needed.

Thanks Christian!

I will try it later.

Peter

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to