From d72885b1c23f9f4be84b0e5a1dfdeb6fcbe97b1d Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Wed, 2 Dec 2020 02:59:39 +0000 Subject: [PATCH] updated .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index af4f038..32a7a05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: include: - os: osx compiler: clang - env: OPTIONS="--enable-static=yes --enable-shared=no --enable-dynamic-module=yes --enable-static-module=yes --enable-wide-char=yes:2 --enable-full-liw=no --enable-mod-con=no --enable-mod-sck=yes --enable-mod-ffi=no --enable-mod-x11=no --enable-pthread-flags=yes" + env: OPTIONS="--enable-static=yes --enable-shared=no --enable-dynamic-module=yes --enable-static-module=yes --enable-wide-char=yes:2 --enable-full-liw=no --enable-mod-con=no --enable-mod-sck=yes --enable-mod-ffi=no --enable-mod-x11=no --enable-pthread-flags=yes CPPFLAGS='-D__BEGIN_DECLS -D__END_DECLS'" script: - - touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make && make check \ No newline at end of file + - touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make && make check