Ver a proveniência

zig: run examples from their directories (#4063)

So that they can find their respective resource folders.
pull/4074/head
Mike Will há 6 meses
committed by GitHub
ascendente
cometimento
81ff879b04
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      examples/build.zig

+ 1
- 0
examples/build.zig Ver ficheiro

@ -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);

Carregando…
Cancelar
Guardar