Fix w32-python build with voidlinux

This commit is contained in:
pancake 2015-05-29 11:57:52 +02:00
parent acd2ab9cb5
commit 860e2323da
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ cd ../radare2-bindings
type i686-pc-mingw32-gcc >/dev/null 2>&1
if [ $? = 0 ]; then
C=i686-pc-mingw32-gcc
G=i686-pc-mingw32-gcc
G=i686-pc-mingw32-g++
H=i686-unknown-windows
elif [ -x /usr/bin/i686-w64-mingw32-gcc ]; then
C=i686-w64-mingw32-gcc