This commit is contained in:
Gregor Lohaus
2026-05-29 09:51:13 +02:00
parent 2c7f71064c
commit 422b672dec

View File

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