]> granicus.if.org Git - fortune-mod/commitdiff
appveyor crash debug 17 - fix dll path
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 18:16:48 +0000 (20:16 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 24 Feb 2020 18:16:48 +0000 (20:16 +0200)
.appveyor.yml

index f91037ee14b9888e0c25dd19d6fd3d46439758cd..bff03d4b8d480c14d62e2c5119d5739c19305094 100644 (file)
@@ -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