Przeglądaj źródła

zig: run examples from their directories (#4063)

So that they can find their respective resource folders.
pull/4074/head
Mike Will 6 miesięcy temu
committed by GitHub
rodzic
commit
81ff879b04
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      examples/build.zig

+ 1
- 0
examples/build.zig Wyświetl plik

@ -75,6 +75,7 @@ fn add_module(comptime module: []const u8, b: *std.Build, target: std.Build.Reso
const install_cmd = b.addInstallArtifact(exe, .{});
const run_cmd = b.addRunArtifact(exe);
run_cmd.cwd = b.path(module);
run_cmd.step.dependOn(&install_cmd.step);
const run_step = b.step(name, name);

Ładowanie…
Anuluj
Zapisz