Skip to content

Commit 03e0b1d

Browse files
committed
Fix CI
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 31d407e commit 03e0b1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ fn addLuauIncludes(dep: *std.Build.Dependency, mod: *std.Build.Module) void {
399399
mod.addIncludePath(dep.path("Compiler/include"));
400400
mod.addIncludePath(dep.path("CodeGen/include"));
401401

402+
mod.addIncludePath(dep.path("Require/include"));
402403
mod.addIncludePath(dep.path("Require/Navigator/include"));
403404
mod.addIncludePath(dep.path("Require/Runtime/include"));
404405

0 commit comments

Comments
 (0)