Skip to content

Commit 5555159

Browse files
committed
Install linux JNI and natives in /usr/local/lib
1 parent f242f2a commit 5555159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/edu/wpi/first/wpilib/opencv/installer/Platform.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public enum Platform {
4444
*/
4545
linux32(
4646
"",
47-
"usr/local",
47+
"usr/local/lib",
4848
"/usr/local/include",
4949
"/usr/local/lib"
5050
),
@@ -53,7 +53,7 @@ public enum Platform {
5353
*/
5454
linux64(
5555
"",
56-
"/usr/local",
56+
"/usr/local/lib",
5757
"/usr/local/include",
5858
"/usr/local/lib"
5959
);

0 commit comments

Comments
 (0)