From 392b63f752103eed3febd68a49daf8a653ee5eba Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 7 Mar 2016 22:59:51 +0100 Subject: travis: remove wrong quotes from build script --- build-aux/build-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/build-travis.sh b/build-aux/build-travis.sh index 68f8b05..d178495 100755 --- a/build-aux/build-travis.sh +++ b/build-aux/build-travis.sh @@ -7,7 +7,7 @@ mkdir -p build MAKE_TARGET="${TARGET}" -if test "x${TARGET}" = "xw*"; then +if test "x${TARGET}" = xw*; then unset CC export CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions --param=ssp-buffer-size=4" export CHOST="x86_64-w64-mingw32" -- cgit v1.2.3-18-g5258