mirror of
https://github.com/apple/pkl.git
synced 2026-03-28 11:51:58 +01:00
Set Windows build to use compatibility mode for native-image builds (#536)
This commit is contained in:
committed by
GitHub
parent
e996a342cc
commit
600939457a
@@ -316,7 +316,7 @@ val windowsExecutableAmd64: TaskProvider<Exec> by tasks.registering(Exec::class)
|
||||
configureExecutable(
|
||||
buildInfo.graalVmAmd64,
|
||||
layout.buildDirectory.file("executable/pkl-windows-amd64"),
|
||||
listOf("-Dfile.encoding=UTF-8")
|
||||
listOf("-Dfile.encoding=UTF-8", "-march=compatibility")
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user