mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
update target declaration to be correct
This commit is contained in:
parent
456d12fb58
commit
a5a87b975b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user