mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
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:
@@ -1,4 +1,4 @@
|
||||
def opencvVersion = '3.4.7-2'
|
||||
def opencvVersion = '3.4.7-3'
|
||||
|
||||
if (project.hasProperty('useCpp') && project.useCpp) {
|
||||
model {
|
||||
|
||||
Reference in New Issue
Block a user