Fix meson_install

This commit is contained in:
xarkes 2017-10-07 15:59:43 +02:00 committed by GitHub
parent 9c19e3f6ae
commit 8c728959b2

View file

@ -60,7 +60,7 @@ ECHO TODO
ECHO [ R2 WINDIST FOLDER CREATION ]
MKDIR %DIST%
MOVE bin\*.exe %DIST%\
MOVE lib\*.dll %DIST%\
MOVE bin\*.dll %DIST%\
IF "%COPYLIB%"=="1" (
MOVE lib\*.lib %DIST%\
MOVE lib\*.a %DIST%\