mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 17:15:38 +00:00
Meson install script fix
This commit is contained in:
parent
2a6aeaa4f0
commit
816a59e452
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user