Skip to content

Commit 5b5de6f

Browse files
committed
fix: remove glibc arg as it breaks gvm23 and is default anyway
Signed-off-by: Sam Gammon <[email protected]>
1 parent 91b731e commit 5b5de6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/cli/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -861,9 +861,7 @@ val initializeAtRuntimeTest: List<String> = emptyList()
861861

862862
val rerunAtRuntimeTest: List<String> = emptyList()
863863

864-
val defaultPlatformArgs: List<String> = listOf(
865-
"--libc=glibc",
866-
)
864+
val defaultPlatformArgs: List<String> = listOf()
867865

868866
val windowsOnlyArgs = defaultPlatformArgs.plus(listOf(
869867
"-march=native",

0 commit comments

Comments
 (0)