diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-09 20:12:59 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-09 20:12:59 +0800 |
commit | e165344ab55e98e27e13f7024b6143aa84518489 (patch) | |
tree | b5ebdc6a7b2c2ba85bcf3c37771b79f3531a1e02 /i686-w64-mingw32-configure | |
parent | a1e538564d4b2a60be70a32ec39afdba249ce37d (diff) |
Add support for Autotools
though the resulting library is not right yet.
Diffstat (limited to 'i686-w64-mingw32-configure')
-rwxr-xr-x | i686-w64-mingw32-configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i686-w64-mingw32-configure b/i686-w64-mingw32-configure new file mode 100755 index 0000000..11c3b58 --- /dev/null +++ b/i686-w64-mingw32-configure @@ -0,0 +1,6 @@ +#!/bin/sh +export TARGET=i686-w64-mingw32 +export CC=$TARGET-gcc +export CPPFLAGS="$CPPFLAGS -DDEBUG" +export CFLAGS="$CFLAGS -g" +./configure --host=$TARGET --prefix=/usr/$TARGET/usr |