mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Fix version for the glory of Mingw32 build
This commit is contained in:
parent
e775f1051f
commit
de2c8edc64
@ -1,5 +1,5 @@
|
||||
SET PATH=C:\MinGW\msys\1.0\bin;C:\Program Files (x86)\Git\bin;%PATH%
|
||||
SET ENV_R2_VER=0.10.2
|
||||
SET ENV_R2_VER=0.10.3
|
||||
echo %PATH%
|
||||
sh.exe -c "export PATH=/c/mingw/bin:/c/mingw/msys/1.0/bin:/c/Program\ Files\ \(x86\)/Git/bin:${PATH} ; gcc -v"
|
||||
sh.exe -c "uname | tr 'A-Z' 'a-z'"
|
||||
|
Loading…
Reference in New Issue
Block a user