mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 14:50:49 +00:00
Modified windows build script (take care of configure exit code)
This commit is contained in:
parent
388225fd89
commit
14094583fd
2
sys/mingw32.bat
Executable file → Normal file
2
sys/mingw32.bat
Executable file → Normal file
@ -47,7 +47,7 @@ sh.exe -c "export PATH=${MINGW_BIN_PATH}:${MINGW_MSYS_PATH}:${GIT_BIN_PATH}:${PA
|
||||
sh.exe -c "uname | tr 'A-Z' 'a-z'"
|
||||
sh.exe -c "echo CC=${CC}"
|
||||
sh.exe -c "sed -i '/xtensa/d' plugins.def.cfg"
|
||||
sh.exe -c "export PATH=${MINGW_BIN_PATH}:${MINGW_MSYS_PATH}:${GIT_BIN_PATH}:${PATH} ; ./configure --with-ostype=mingw32 --build=i686-unknown-windows-gnu ; make -j1 CC='gcc -static-libgcc'; make w32dist USE_ZIP=NO"
|
||||
sh.exe -c "export PATH=${MINGW_BIN_PATH}:${MINGW_MSYS_PATH}:${GIT_BIN_PATH}:${PATH} ; ./configure --with-ostype=mingw32 --build=i686-unknown-windows-gnu && make -j1 CC='gcc -static-libgcc' && make w32dist USE_ZIP=NO"
|
||||
rem if "%APPVEYOR%" == "True" (
|
||||
rem appveyor DownloadFile https://raw.githubusercontent.com/radare/radare2-win-installer/master/radare2.iss
|
||||
rem appveyor DownloadFile https://raw.githubusercontent.com/radare/radare2-win-installer/master/radare2.ico
|
||||
|
Loading…
x
Reference in New Issue
Block a user