Fix Travis linux deploy build

This commit is contained in:
xarkes 2017-10-23 15:03:02 +02:00
parent fb558f2683
commit 08a8550b88

View File

@ -55,6 +55,7 @@ before_script:
- git submodule init ; git submodule update
- cd radare2
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
mkdir -p $PREFIX
INSTALL_TARGET=install sys/install.sh;
else
LDFLAGS=-headerpad_max_install_names INSTALL_TARGET=install sys/install.sh;