diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 13:54:28 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-25 13:54:28 +0800 |
commit | 9618d876f78618ab39bbedb6f20270d9460ba725 (patch) | |
tree | fe172b895a1b2f013a2df345de3194b90b01227c /i686-w64-mingw32-configure | |
parent | 51d626185dd74d76eadcd1a423189e366920396b (diff) |
Remove build scripts
Diffstat (limited to 'i686-w64-mingw32-configure')
-rwxr-xr-x | i686-w64-mingw32-configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/i686-w64-mingw32-configure b/i686-w64-mingw32-configure deleted file mode 100755 index 11c3b58..0000000 --- a/i686-w64-mingw32-configure +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |