Skip to content

Commit a5a87b9

Browse files
committed
update target declaration to be correct
1 parent 456d12f commit a5a87b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/env.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ SPC_LIBC=musl
7878
; examples:
7979
; `native-native-gnu` - links against glibc, current OS version
8080
; `native-native-gnu.2.17` - links against glibc, version 2.17
81-
; `native-native` - static linking against musl
82-
; `native-native-musl -dynamic` - links against musl libc
81+
; `native-native` - links against system libc dynamically
82+
; `native-native-musl` - links against musl libc statically
83+
; `native-native-musl -dynamic` - links against musl libc dynamically
8384
; SPC_TARGET=
8485

8586
; compiler environments

0 commit comments

Comments
 (0)