diff options
| author | Carl Åstholm <carl@astholm.se> | 2025-01-24 00:00:12 +0100 |
|---|---|---|
| committer | Carl Åstholm <carl@astholm.se> | 2025-07-26 12:06:43 +0200 |
| commit | 154bd2fd0597b23b4e4c95ad86d2b8c5274161e2 (patch) | |
| tree | a9c3de74e0c9607f53b9489cf50dfa556e411919 /test/standalone/stack_iterator/build.zig | |
| parent | 413179ccfca32691504805d04ab1359104d22144 (diff) | |
| download | zig-154bd2fd0597b23b4e4c95ad86d2b8c5274161e2.tar.gz zig-154bd2fd0597b23b4e4c95ad86d2b8c5274161e2.zip | |
Migrate from deprecated `Step.Compile` APIs
Diffstat (limited to 'test/standalone/stack_iterator/build.zig')
| -rw-r--r-- | test/standalone/stack_iterator/build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/standalone/stack_iterator/build.zig b/test/standalone/stack_iterator/build.zig index 878859312b..8d2c448215 100644 --- a/test/standalone/stack_iterator/build.zig +++ b/test/standalone/stack_iterator/build.zig @@ -109,7 +109,7 @@ pub fn build(b: *std.Build) void { // .use_llvm = true, // }); - // exe.linkLibrary(c_shared_lib); + // exe.root_module.linkLibrary(c_shared_lib); // const run_cmd = b.addRunArtifact(exe); // test_step.dependOn(&run_cmd.step); |
