We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e8587 commit 9c7e217Copy full SHA for 9c7e217
config/env.ini
@@ -76,9 +76,9 @@ SPC_LIBC=musl
76
77
; Recommended: specify your target here. Zig toolchain will be used.
78
; examples:
79
-; `native-native-gnu` - links against glibc, version 2.17
80
-; `native-native-gnu.2.17` - links against glibc, version 2.17
81
-; `native-native` - static linking against musl
+; `native-native-gnu` - links against glibc, current OS version
+; `native-native-gnu.2.17` - links against glibc, version 2.17
+; `native-native` - static linking against musl
82
; `native-native-musl -dynamic` - links against musl libc
83
; SPC_TARGET=
84
0 commit comments