Jenkinsfile: change RPATH to current directory
parent
2bebd0e87f
commit
9feea63086
|
@ -29,6 +29,7 @@ node('master') {
|
|||
make
|
||||
rm -rf install
|
||||
DESTDIR=. make install
|
||||
patchelf --set-rpath '.' install/colobot
|
||||
'''
|
||||
}
|
||||
sh 'rm -f linux-debug.zip'
|
||||
|
|
Loading…
Reference in New Issue