Fixing appveyor msvc build (#7665)

This commit is contained in:
xarkes 2017-06-03 04:43:46 +02:00 committed by radare
parent cbafade76e
commit 9f0fd56f4d

View File

@ -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