Update env-vars docs

This commit is contained in:
crazywhalecc
2024-10-03 14:53:25 +08:00
committed by Jerry Ma
parent 732fa06abb
commit ee8d9eeee9
3 changed files with 43 additions and 183 deletions

View File

@@ -39,12 +39,12 @@
[global]
; Build concurrency for make -jN
; Build concurrency for make -jN, default is CPU_COUNT, this value are used in every lib and php builds.
SPC_CONCURRENCY=${CPU_COUNT}
; Ignore PHP version check before building some extensions
SPC_SKIP_PHP_VERSION_CHECK="no"
; Ignore some check item for bin/spc doctor command, comma separated
SPC_SKIP_DOCTOR_CHECK_ITEMS="if homebrew has installed"
; Ignore some check item for bin/spc doctor command, comma separated (e.g. SPC_SKIP_DOCTOR_CHECK_ITEMS="if homebrew has installed")
SPC_SKIP_DOCTOR_CHECK_ITEMS=""
[windows]
; php-sdk-binary-tools path