remove added hints file
append the -fno-common to the existing Makefile
This commit is contained in:
+2
-1
@@ -12,9 +12,10 @@ matrix:
|
||||
- make install
|
||||
- name: linux-nocommon-xenial-gcc
|
||||
os: linux
|
||||
env: HINTS=linux-travis LUA_VERSION=5.3.5
|
||||
env: HINTS=linux LUA_VERSION=5.3.5
|
||||
compiler: gcc
|
||||
script:
|
||||
- echo "CFLAGS+=-fno-common" >>sys/unix/hints/linux
|
||||
- cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../
|
||||
- make fetch-lua
|
||||
- test -d "lib/lua-$LUA_VERSION/src" || exit 0
|
||||
|
||||
Reference in New Issue
Block a user