Skip to content

Commit aff9ff2

Browse files
committed
test fix?
1 parent 4c8a173 commit aff9ff2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/globals/test-extensions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
// putenv('SPC_LIBC_VERSION=2.17');
4040
putenv('CC=zig-cc');
4141
putenv('CXX=zig-c++');
42+
putenv('AR=ar');
43+
putenv('LD=ld.lld');
4244
exec('ulimit -n 2048');
4345
}
4446

0 commit comments

Comments
 (0)