From bd9c87bfb44d4bfe04b0239e56fa85d1166d1e05 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 24 Jun 2019 23:03:16 +0300 Subject: [PATCH] appveyor fix #6 - dll --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 0c05ab3..57dda77 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,6 +27,7 @@ test_script: # - set FCS_TEST_BUILD=1 - set CPATH=c:\mingw64\include;c:\msys64\mingw64\include - set LIBRARY_PATH=c:\mingw64\lib;c:\msys64\mingw64\lib + - set PATH=%PATH%;c:\mingw64\lib;c:\msys64\mingw64\lib # Python3 confuses the recode build so only add it here. - SET PATH=%PATH%;C:\Python35-x64 - perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles" -- 2.40.0