From aff9ff20e80fd328a00131cda93a5f45fa34c407 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Fri, 27 Jun 2025 22:55:23 +0700 Subject: [PATCH] test fix? --- src/globals/test-extensions.php | 2 ++ 1 file changed, 2 insertions(+) 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'); }