mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 02:25:26 +00:00
Fix Travis linux deploy build
This commit is contained in:
parent
fb558f2683
commit
08a8550b88
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user