mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Fixes mac RuntimeDetector (#11)
This commit is contained in:
@@ -31,9 +31,9 @@ public class RuntimeDetector {
|
||||
filePrefix = "lib";
|
||||
fileExtension = ".dylib";
|
||||
if (intel32) {
|
||||
filePath = "/mac/x86";
|
||||
filePath = "/osx/x86";
|
||||
} else {
|
||||
filePath = "/mac/x86-64/";
|
||||
filePath = "/osx/x86-64/";
|
||||
}
|
||||
} else if (isLinux()) {
|
||||
filePrefix = "lib";
|
||||
|
||||
Reference in New Issue
Block a user