@@ -26,16 +26,17 @@ SPC_CONCURRENCY=4 bin/spc build mbstring,pcntl --build-cli
26
26
27
27
General environment variables can be used by all build targets.
28
28
29
- | var name | default value | comment |
30
- | ----------------------| ---------------------------| -------------------------------------------------|
31
- | ` BUILD_ROOT_PATH ` | ` {pwd}/buildroot ` | The root directory of the build target |
32
- | ` BUILD_LIB_PATH ` | ` {pwd}/buildroot/lib ` | The root directory of compilation libraries |
33
- | ` BUILD_INCLUDE_PATH ` | ` {pwd}/buildroot/include ` | Header file directory for compiling libraries |
34
- | ` BUILD_BIN_PATH ` | ` {pwd}/buildroot/bin ` | Compiled binary file directory |
35
- | ` PKG_ROOT_PATH ` | ` {pwd}/pkgroot ` | Directory where precompiled tools are installed |
36
- | ` SOURCE_PATH ` | ` {pwd}/source ` | The source code extract directory |
37
- | ` DOWNLOAD_PATH ` | ` {pwd}/downloads ` | Downloaded file directory |
38
- | ` SPC_CONCURRENCY ` | Depends on CPU cores | Number of parallel compilations |
29
+ | var name | default value | comment |
30
+ | ------------------------------| ---------------------------| -------------------------------------------------|
31
+ | ` BUILD_ROOT_PATH ` | ` {pwd}/buildroot ` | The root directory of the build target |
32
+ | ` BUILD_LIB_PATH ` | ` {pwd}/buildroot/lib ` | The root directory of compilation libraries |
33
+ | ` BUILD_INCLUDE_PATH ` | ` {pwd}/buildroot/include ` | Header file directory for compiling libraries |
34
+ | ` BUILD_BIN_PATH ` | ` {pwd}/buildroot/bin ` | Compiled binary file directory |
35
+ | ` PKG_ROOT_PATH ` | ` {pwd}/pkgroot ` | Directory where precompiled tools are installed |
36
+ | ` SOURCE_PATH ` | ` {pwd}/source ` | The source code extract directory |
37
+ | ` DOWNLOAD_PATH ` | ` {pwd}/downloads ` | Downloaded file directory |
38
+ | ` SPC_CONCURRENCY ` | Depends on CPU cores | Number of parallel compilations |
39
+ | ` SPC_SKIP_PHP_VERSION_CHECK ` | empty | Skip PHP version check when set to ` yes ` |
39
40
40
41
## OS specific variables
41
42
0 commit comments