mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-24 04:50:30 -04:00
Merge branch 'OC1.3-MC1.7.2' of github.com:MightyPirates/OpenComputers into OC1.3-MC1.7.10
This commit is contained in:
commit
36eb26eedd
@ -76,15 +76,15 @@ object LuaStateFactory {
|
||||
|
||||
val libPath = "/assets/" + Settings.resourceDomain + "/lib/"
|
||||
val libNames = Array(
|
||||
"native.32.arm.so",
|
||||
"native.32.bsd.so",
|
||||
"native.64.dll",
|
||||
"native.64.dylib",
|
||||
"native.64.so",
|
||||
"native.64.bsd.so",
|
||||
"native.32.dll",
|
||||
"native.32.dylib",
|
||||
"native.32.so",
|
||||
"native.64.bsd.so",
|
||||
"native.64.dll",
|
||||
"native.64.dylib",
|
||||
"native.64.so"
|
||||
"native.32.bsd.so",
|
||||
"native.32.arm.so"
|
||||
)
|
||||
val tmpPath = {
|
||||
val path = System.getProperty("java.io.tmpdir")
|
||||
|
Loading…
x
Reference in New Issue
Block a user