Skip to content

Commit

Permalink
update r782
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 21, 2015
1 parent 2427ba7 commit 87bb744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ matrix:
- compiler: gcc
env: MINGW=1 HOST=WINE DEFS="-DIUTEST_HAS_STREAMCAPTURE=0"
- compiler: gcc
env: WINEGCC=1
env: WINEGCC=1 HOST=WINE
- compiler: gcc
env: COVERITY_SCAN=1
addons:
Expand Down
1 change: 1 addition & 0 deletions test/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ endif
#
ifeq ($(CXX),wineg++)
LIBS+=ws2_32
CXXFLAGS += -static-libgcc -static-libstdc++
endif


Expand Down

0 comments on commit 87bb744

Please sign in to comment.