mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Update radare2 and fix prepare_r2.bat (#590)
* Fix prepare_r2.bat * Update radare2 submodule
This commit is contained in:
parent
cfea0b1d33
commit
2ff84a3abe
@ -18,4 +18,4 @@ git clean -xfd
|
||||
RMDIR /S /Q ..\%R2DIST%
|
||||
python sys\meson.py --release --shared --install=..\%R2DIST% --options r2_datdir=radare2/share
|
||||
IF !ERRORLEVEL! NEQ 0 EXIT /B 1
|
||||
REN ..\%R2DIST%\lib\libr_shlr.a r_shlr.lib
|
||||
COPY /Y build\shlr\libr2sdb.a ..\%R2DIST%\lib\r_sdb.lib
|
||||
|
2
radare2
2
radare2
@ -1 +1 @@
|
||||
Subproject commit dfa196ddd270b31aab11eb0cb4d931a2bff24db9
|
||||
Subproject commit b50080b363b842ba26cc16416e8a29d4c1ca20a7
|
@ -33,7 +33,7 @@ win32 {
|
||||
-lr_fs \
|
||||
-lr_magic \
|
||||
-lr_crypto \
|
||||
-lr_shlr
|
||||
-lr_sdb
|
||||
} else {
|
||||
macx {
|
||||
PREFIX=/usr/local
|
||||
|
Loading…
Reference in New Issue
Block a user