Set rpath on all unix platforms to $ORIGIN (#2299)

* Set rpath on all unix platforms to $ORIGIN

Will make it possible to extract JNI libraries easier
This commit is contained in:
Thad House
2020-06-23 21:03:04 -07:00
committed by GitHub
parent 62b8a36ce9
commit 3bcb89fb84
2 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
def opencvVersion = '3.4.7-2'
def opencvVersion = '3.4.7-3'
if (project.hasProperty('useCpp') && project.useCpp) {
model {