Skip to content

Commit

Permalink
Round 2. Seems like the native compiler tries to escape paths
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria committed Aug 28, 2024
1 parent a465c2f commit b3e87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ graalvmNative {
buildArgs.addAll(
"-H:NativeLinkerOption=/SUBSYSTEM:WINDOWS",
"-H:NativeLinkerOption=/ENTRY:mainCRTStartup",
"-H:NativeLinkerOption=${projectDir}\\src\\main\\windows\\dmm.rc",
"-H:NativeLinkerOption='${projectDir}\\src\\main\\windows\\dmm.rc'",
)
}
}
Expand Down

0 comments on commit b3e87c0

Please sign in to comment.