Fixes mac RuntimeDetector (#11)

This commit is contained in:
Thad House
2017-08-02 13:17:26 -07:00
committed by GitHub
parent 301442ee43
commit bd899a7a7c

View File

@@ -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";