Still some issues with cmocka on appveyor

This commit is contained in:
Linus Probert 2018-05-12 10:38:43 +02:00
parent fb7e1710ab
commit 82564b3840
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ before_build:
%DEPENDS% copy cmocka-1.1.0\include\* %PREFIX%\include > nul
%DEPENDS% copy cmocka-1.1.0\lib\*.a %PREFIX%\lib > nul
%DEPENDS% copy cmocka-1.1.0\bin\*.dll %PREFIX%\lib > nul
copy cmocka-1.1.0\bin\*.dll %APPVEYOR_BUILD_FOLDER% > nul
copy %PREFIX%\lib\cmocka.dll %APPVEYOR_BUILD_FOLDER% > nul
# Lua
- |-