hahaha, musl 2.17 is a little far away

This commit is contained in:
DubbleClick 2025-06-26 16:49:26 +07:00
parent 5801d05047
commit 176e5627e5

View File

@ -36,7 +36,7 @@ $zig = true;
// temporary!
if ($zig) {
putenv('SPC_LIBC=musl');
putenv('SPC_LIBC_VERSION=2.17');
// putenv('SPC_LIBC_VERSION=2.17');
putenv('CC=zig-cc');
putenv('CXX=zig-c++');
}