.travis: Update apt

vm-warnings
Doug Coleman 2018-07-15 16:45:52 -05:00
parent 1c44962647
commit e43e85a083
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@ branches:
- clean-macosx-x86-32
addons:
apt:
update: true
packages:
- links
- libblas-dev
@ -31,7 +32,6 @@ addons:
- cmake
- libaio-dev
- libsnappy-dev
- libc++-dev
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build.sh deps-macosx ; else ./build.sh deps-apt-get ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew ls --versions snappy > /dev/null || brew install snappy; fi

View File

@ -12,7 +12,7 @@ PLAF_DLL_OBJS = vm/os-unix.o
PLAF_EXE_OBJS += vm/main-unix.o
PLAF_MASTER_HEADERS += vm/os-unix.hpp
FFI_TEST_CFLAGS = -fPIC -stdlib=libc++
FFI_TEST_CFLAGS = -fPIC
# LINKER = gcc -shared -o
# LINK_WITH_ENGINE = '-Wl,-rpath,$$ORIGIN' -lfactor