From 5b4cbbb669ea43f65dc4cac78e771f4174a8a8f9 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sun, 27 Jul 2025 01:08:34 +0700 Subject: [PATCH] set permissions --- src/SPC/store/pkg/Zig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SPC/store/pkg/Zig.php b/src/SPC/store/pkg/Zig.php index 14b444d8..65941703 100644 --- a/src/SPC/store/pkg/Zig.php +++ b/src/SPC/store/pkg/Zig.php @@ -174,6 +174,7 @@ class Zig extends CustomPackage file_put_contents("{$bin_dir}/zig-objcopy", "#!/usr/bin/env bash\nexec zig objcopy $@"); chmod("{$bin_dir}/zig-c++", 0755); chmod("{$bin_dir}/zig-ar", 0755); + chmod("{$bin_dir}/zig-ld.lld", 0755); chmod("{$bin_dir}/zig-ranlib", 0755); chmod("{$bin_dir}/zig-objcopy", 0755); }