From 7edd8e6e1905ebd98c97f78c87c3446d7783425e Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Thu, 26 Jun 2025 17:39:42 +0700 Subject: [PATCH] test glibc of course --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 3c361717..dda53a77 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -35,7 +35,7 @@ $test_os = [ $zig = true; // temporary! if ($zig) { - putenv('SPC_LIBC=musl'); + putenv('SPC_LIBC=glibc'); putenv('SPC_LIBC_VERSION=2.17'); putenv('CC=zig-cc'); putenv('CXX=zig-c++');