vm options

This commit is contained in:
Gregor Lohaus
2026-05-29 10:32:35 +02:00
parent 422b672dec
commit 224e8d0273
2 changed files with 5 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ javafx {
gluonfx { gluonfx {
compilerArgs += [ compilerArgs += [
'-H:+UnlockExperimentalVMOptions',
'-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}".toString() "-H:ConfigurationFileDirectories=${file('src/main/resources/META-INF/native-image/dev.jlibghostty/jlibghostty').absolutePath}".toString()

8
flake.lock generated
View File

@@ -70,11 +70,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1780038970, "lastModified": 1780043504,
"narHash": "sha256-ZTEW27CZ5movhriVGLNGN6v6Tqmfj9zSvup4XHduba4=", "narHash": "sha256-AyyfTWcVLfq6e707oi95y/yWp3PnaBkeb6jYE1BspjI=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "eeac1d20d658bc7508eda18afc4a51c8b859559a", "rev": "482305a1af38e84f075e75984923c4c885cabcc5",
"revCount": 15, "revCount": 16,
"type": "git", "type": "git",
"url": "https://gitea.gregorlohaus.com/gregor/jlibghostty.git" "url": "https://gitea.gregorlohaus.com/gregor/jlibghostty.git"
}, },