mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-24 05:45:27 +00:00
Install radare2 to /usr on Linux in Travis (#2113)
This commit is contained in:
parent
8501d03615
commit
557fb323e7
@ -124,7 +124,7 @@ before_script:
|
||||
- cd radare2
|
||||
- if [[ "$BUILD_SYSTEM" == "qmake" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
INSTALL_TARGET=install sys/install.sh;
|
||||
INSTALL_TARGET=install sys/install.sh /usr;
|
||||
else
|
||||
LDFLAGS=-headerpad_max_install_names INSTALL_TARGET=install sys/install.sh;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user