Added JVM argument so lwjgl dll extraction works with unicode os usernames, closes #5282 (#5283)

This commit is contained in:
mcenderdragon 2018-12-20 21:09:34 +01:00 committed by LexManos
parent a992a4325b
commit 0bfa76251d
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ project(':forge') {
properties = [
'org.lwjgl.util.Debug': 'true',
'org.lwjgl.util.DebugLoader': 'true',
'org.lwjgl.system.SharedLibraryExtractDirectory': 'lwjgl_dll',
'mc.version': MC_VERSION,
'mcp.version': MCP_VERSION,
'forge.version': "${project.version.substring(MC_VERSION.length() + 1)}".toString(),