diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 09fa55f0..3d45fa4a 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -39,6 +39,8 @@ if ($zig) { // putenv('SPC_LIBC_VERSION=2.17'); putenv('CC=zig-cc'); putenv('CXX=zig-c++'); + putenv('AR=ar'); + putenv('LD=ld.lld'); exec('ulimit -n 2048'); }