From: Shlomi Fish Date: Mon, 24 Feb 2020 18:16:48 +0000 (+0200) Subject: appveyor crash debug 17 - fix dll path X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34aaee66bd11c20a1874845e847e34daa7344c1b;p=fortune-mod appveyor crash debug 17 - fix dll path --- diff --git a/.appveyor.yml b/.appveyor.yml index f91037e..bff03d4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,7 +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:\mingw64\bin;c:\msys64\mingw64\lib + - set PATH=%PATH%;c:\mingw64\lib;c:\mingw64\bin;c:\msys64\mingw64\lib;c:\msys64\mingw64\bin # Python3 confuses the recode build so only add it here. - SET PATH=%PATH%;C:\Python35-x64 - SET FORTUNE_TEST_DEBUG=1