Skip to content

Commit

Permalink
follow sym_link (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenzek authored Sep 6, 2024
1 parent d7a5813 commit c21cbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/content.zig
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ pub fn scanVariant(
while (it.next() catch unreachable) |entry| {
switch (entry.kind) {
else => continue,
.file => if (std.mem.endsWith(u8, entry.name, ".smd")) {
.file, .sym_link => if (std.mem.endsWith(u8, entry.name, ".smd")) {
if (std.mem.eql(u8, entry.name, "index.smd")) continue;
const file = dir_entry.dir.openFile(entry.name, .{}) catch {
std.debug.print(
Expand Down

0 comments on commit c21cbd6

Please sign in to comment.