From a8d813b696b3f287596cec9cb046bced7881da7c Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 18 May 2020 23:28:23 -0400 Subject: [PATCH] .travis.yml bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9d0e1e93..4e01df7b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: env: HINTS=linux LUA_VERSION=5.3.5 compiler: gcc script: - - echo "CFLAGS+=-fno-common" >>sys/unix/hints/linux + - echo "CFLAGS+=-fno-common" >>sys/unix/hints/$HINTS - cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ - make fetch-lua - test -d "lib/lua-$LUA_VERSION/src" || exit 0