mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Fixing appveyor msvc build (#7665)
This commit is contained in:
parent
cbafade76e
commit
9f0fd56f4d
@ -2,6 +2,10 @@
|
||||
IF EXIST shlr\capstone GOTO START
|
||||
ECHO [ R2 MESON CLONING CAPSTONE ]
|
||||
git clone -b next --depth 10 http://github.com/aquynh/capstone.git shlr\capstone
|
||||
cd shlr\capstone
|
||||
rem FOR /r %%p IN (..\capstone-patches\*) DO git apply %%p
|
||||
git apply ..\capstone-patches\add-mips2.patch
|
||||
cd ..\..
|
||||
:START
|
||||
IF "%1"=="-p" GOTO BUILDPROJECT
|
||||
IF "%1"=="-r" GOTO REBUILD
|
||||
@ -19,4 +23,4 @@ python meson.py --prefix=%CD% build --backend=vs2015
|
||||
GOTO EXIT
|
||||
:REBUILD
|
||||
python.exe meson.py --internal regenerate %CD% "%CD%\build" --backend ninja
|
||||
:EXIT
|
||||
:EXIT
|
||||
|
Loading…
Reference in New Issue
Block a user