From d95c37c62ee8a64f940feb595756e017f1d55330 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Thu, 3 Dec 2020 15:52:32 +0000 Subject: [PATCH] updated .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c5607c0..f3e832b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ jobs: 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" - - CPPFLAGS="-D__BEGIN_DECLS -D__END_DECLS" + - CPPFLAGS="-D__BEGIN_DECLS= -D__END_DECLS=" script: - touch -r moo/configure moo/* moo/*/* && cd moo && ./configure $OPTIONS && make && make check