Meson install script fix

This commit is contained in:
xarkes 2017-10-03 09:06:07 +02:00
parent 2a6aeaa4f0
commit 816a59e452

View File

@ -62,8 +62,8 @@ MKDIR %DIST%
MOVE bin\*.exe %DIST%\
MOVE lib\*.dll %DIST%\
IF "%COPYLIB%"=="1" (
MOVE bin\*.lib %DIST%\
MOVE bin\*.a %DIST%\
MOVE lib\*.lib %DIST%\
MOVE lib\*.a %DIST%\
)
XCOPY /S /I shlr\www %DIST%\www
MKDIR %DIST%\share\radare2\%R2_VERSION%\magic