fixing varyings
Test / build_and_test (push) Failing after 29s
Build / build (push) Successful in 43s

This commit is contained in:
2026-07-01 21:27:05 +02:00
parent 75637b7177
commit cb6af550e2
9 changed files with 144 additions and 21 deletions
-2
View File
@@ -323,8 +323,6 @@ fn customPhi(
const miclib = b.lazyDependency("miclib", .{
.target = target,
.optimize = optimize,
.miclib_include = "/usr/local/include",
.miclib_libdir = "/usr/local/lib",
.@"use-llvm" = use_llvm,
}) orelse return error.UnresolvedDependency;