mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
test fix?
This commit is contained in:
parent
4c8a173213
commit
aff9ff20e8
@ -39,6 +39,8 @@ if ($zig) {
|
|||||||
// putenv('SPC_LIBC_VERSION=2.17');
|
// putenv('SPC_LIBC_VERSION=2.17');
|
||||||
putenv('CC=zig-cc');
|
putenv('CC=zig-cc');
|
||||||
putenv('CXX=zig-c++');
|
putenv('CXX=zig-c++');
|
||||||
|
putenv('AR=ar');
|
||||||
|
putenv('LD=ld.lld');
|
||||||
exec('ulimit -n 2048');
|
exec('ulimit -n 2048');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user