mirror of
https://github.com/radareorg/radare2
synced 2026-08-22 20:23:32 -04:00
Accept extra configure flags in the mingw32.sh
This commit is contained in:
parent
f2d1476b38
commit
28dcd74864
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
cp -f dist/plugins-cfg/plugins.mingw.cfg plugins.cfg
|
||||
export CC=i686-w64-mingw32-gcc
|
||||
./configure --with-ostype=windows --with-compiler=i686-w64-mingw32-gcc --prefix=/ || exit 1
|
||||
./configure --with-ostype=windows --with-compiler=i686-w64-mingw32-gcc --prefix=/ "$@" || exit 1
|
||||
make -j4 || exit 1
|
||||
# install
|
||||
rm -rf prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue