Skip to content

Commit 545ad77

Browse files
committed
TEMP don’t use arg file to prevent Windows from crashing
graalvm/native-build-tools#232 (comment)
1 parent d3557a4 commit 545ad77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ version = version()
5353
graalvmNative {
5454
binaries {
5555
named("main") {
56+
useArgFile.set(false)
5657
imageName.set("superfluid")
5758
mainClass.set("com.awslabs.superfluid.App")
5859
fallback.set(false)

0 commit comments

Comments
 (0)