mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +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:
|
; examples:
|
||||||
; `native-native-gnu` - links against glibc, current OS version
|
; `native-native-gnu` - links against glibc, current OS version
|
||||||
; `native-native-gnu.2.17` - links against glibc, version 2.17
|
; `native-native-gnu.2.17` - links against glibc, version 2.17
|
||||||
; `native-native` - static linking against musl
|
; `native-native` - links against system libc dynamically
|
||||||
; `native-native-musl -dynamic` - links against musl libc
|
; `native-native-musl` - links against musl libc statically
|
||||||
|
; `native-native-musl -dynamic` - links against musl libc dynamically
|
||||||
; SPC_TARGET=
|
; SPC_TARGET=
|
||||||
|
|
||||||
; compiler environments
|
; compiler environments
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user