This commit is contained in:
Gregor Lohaus
2026-05-29 09:48:28 +02:00
parent 829eb66bbc
commit 2c7f71064c
2 changed files with 241 additions and 1 deletions

View File

@@ -25,7 +25,11 @@ javafx {
}
gluonfx {
compilerArgs += ['-H:+ForeignAPISupport', '--enable-native-access=ALL-UNNAMED']
compilerArgs += [
'-H:+ForeignAPISupport',
'--enable-native-access=ALL-UNNAMED',
"-H:ConfigurationFileDirectories=${file('src/main/resources/META-INF/native-image/dev.jlibghostty/jlibghostty').absolutePath}"
]
}
application {