Skip to content

Commit

Permalink
Added allow failures for win32-g++ builds #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 14, 2018
1 parent 9ebb3fe commit cec6b46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ environment:
- tbs_arch: "x32"
tbs_tools: "mingw"
tbs_static_runtime: 0
allow_failures:
- platform: x32

branches:
except:
Expand Down
2 changes: 1 addition & 1 deletion libs/loadlibs.pri
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for(lib, customLibs) {
}
gcc {
LIBS += -L$${OUTDIR}/$${WINDIR}/ -l$${LIBNAME}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/$${LIBNAME}.$${LIB_EXTENSION}
PRE_TARGETDEPS += $${OUTDIR}/$${WINDIR}/lib$${LIBNAME}.$${LIB_EXTENSION}
}
}
unix:!macx {
Expand Down

0 comments on commit cec6b46

Please sign in to comment.