This commit is contained in:
Anuken
2026-02-09 13:36:01 -05:00
parent b663f71640
commit d90c830b27
2 changed files with 6 additions and 30 deletions

View File

@@ -180,7 +180,7 @@ platforms.each{ platform ->
}
}
//packr is broken and won't let me add one hyphen,so I have to do that myself later
//packr is broken and won't let me add one hyphen, so I have to do that myself later
outputJsonFile.text = outputJsonFile.text.replace("-enable-native-access=ALL-UNNAMED", "--enable-native-access=ALL-UNNAMED")
}