소스 검색

zig: run examples from their directories (#4063)

So that they can find their respective resource folders.
pull/4074/head
Mike Will 6 달 전
committed by GitHub
부모
커밋
81ff879b04
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      examples/build.zig

+ 1
- 0
examples/build.zig 파일 보기

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

불러오는 중...
취소
저장