From a5a87b975be5667cd5ca747e7711eec36cfc14f8 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 3 Jul 2025 12:20:59 +0700 Subject: [PATCH] update target declaration to be correct --- config/env.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/env.ini b/config/env.ini index be4927f8..8f9a7cf9 100644 --- a/config/env.ini +++ b/config/env.ini @@ -78,8 +78,9 @@ SPC_LIBC=musl ; examples: ; `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 -; `native-native-musl -dynamic` - links against musl libc +; `native-native` - links against system libc dynamically +; `native-native-musl` - links against musl libc statically +; `native-native-musl -dynamic` - links against musl libc dynamically ; SPC_TARGET= ; compiler environments