mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-20 13:46:06 +00:00
Test prefix modification (#75)
This commit is contained in:
parent
7e559e4a97
commit
41be016467
@ -52,6 +52,8 @@ after_success:
|
||||
before_script:
|
||||
- git submodule init ; git submodule update
|
||||
- cd radare2
|
||||
# Hack to modify r2 prefixes
|
||||
- sed -i s,__WINDOWS__,1, libr/include/r_userconf.h.acr
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
INSTALL_TARGET=install sys/install.sh;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user