File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ build_script:
53
53
- cmd : if defined MESON ( python meson.py --release --dist=%ARTIFACT_PATH% --backend=%BACKEND% --python )
54
54
55
55
after_build :
56
- - cmd : if defined QMAKE ( set "PATH=%CD%\r2_dist_%ARCH%;%PATH%" && powershell scripts\bundle_r2dec.ps1 "%CD%\%ARTIFACT_PATH%" )
56
+ - cmd : if defined QMAKE ( xcopy r2_dist_%ARCH%\bin r2_dist_%ARCH% && set "PATH=%CD%\r2_dist_%ARCH%;%PATH%" && powershell scripts\bundle_r2dec.ps1 "%CD%\%ARTIFACT_PATH%" )
57
57
- cmd : powershell scripts\bundle_openssl.ps1 %ARCH% "%CD%\%ARTIFACT_PATH%"
58
58
- cmd : powershell scripts\bundle_python.ps1 %ARCH% "%CD%\%ARTIFACT_PATH%"
59
59
- cmd : xcopy "%CUTTER_DEPS_DIR%\pyside\lib\site-packages" "%ARTIFACT_PATH%\python36\site-packages" /e /i /h
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ ECHO Building radare2 (%PLATFORM%)
16
16
CD radare2
17
17
git clean -xfd
18
18
RMDIR /S /Q ..\%R2DIST%
19
- python sys\meson.py --release --shared --install=..\%R2DIST% --options " r2_datdir=radare2/share" " r2_libdir=radare2/lib" " c_args=-D_UNICODE -DUNICODE"
19
+ python sys\meson.py --release --shared --install=..\%R2DIST% --options " r2_datdir=radare2/share" " r2_libdir=radare2/lib" " c_args=-D_UNICODE -DUNICODE -DCUTTER "
20
20
IF !ERRORLEVEL! NEQ 0 EXIT /B 1
21
21
COPY /Y build\shlr\libr2sdb.a ..\%R2DIST% \radare2\lib\r_sdb.lib
You can’t perform that action at this time.
0 commit comments