test fix?

This commit is contained in:
DubbleClick 2025-06-27 22:55:23 +07:00
parent 4c8a173213
commit aff9ff20e8

View File

@ -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');
} }