Switch to the MCPHackers launchwrapper
This commit is contained in:
parent
725f3a1b6f
commit
c1069bd9d4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ task jarjar(type: Jar) {
|
|||
|
||||
|
||||
run {
|
||||
jvmArgs("-Djava.library.path=./natives")
|
||||
jvmArgs ["-Djava.library.path=${project.nativeLibsDir}",]
|
||||
}
|
||||
|
||||
jar.finalizedBy(jarjar)
|
||||
|
|
Loading…
Reference in a new issue