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