mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-01 09:07: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
|
- git submodule init ; git submodule update
|
||||||
- cd radare2
|
- cd radare2
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
mkdir -p $PREFIX
|
||||||
INSTALL_TARGET=install sys/install.sh;
|
INSTALL_TARGET=install sys/install.sh;
|
||||||
else
|
else
|
||||||
LDFLAGS=-headerpad_max_install_names INSTALL_TARGET=install sys/install.sh;
|
LDFLAGS=-headerpad_max_install_names INSTALL_TARGET=install sys/install.sh;
|
||||||
|
Loading…
Reference in New Issue
Block a user