aboutsummaryrefslogtreecommitdiff
path: root/test/link/macho/needed_framework
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-01-31 13:44:06 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-01-31 15:09:35 -0700
commit16cdd1297ebfac534615eaeb8439a4e1de71837c (patch)
treeb70dae5d7206c02f7cf19167de1d4ef6604f3dca /test/link/macho/needed_framework
parent77544683ddd5f4d577ecc9c92a2b52a276aed2a6 (diff)
downloadzig-16cdd1297ebfac534615eaeb8439a4e1de71837c.tar.gz
zig-16cdd1297ebfac534615eaeb8439a4e1de71837c.zip
rename std.Build.LibExeObjStep to std.Build.CompileStep
This matches the nomenclature internally: a Compilation is the main type that represents a single invokation of the compiler.
Diffstat (limited to 'test/link/macho/needed_framework')
-rw-r--r--test/link/macho/needed_framework/build.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/link/macho/needed_framework/build.zig b/test/link/macho/needed_framework/build.zig
index 62b70b21f1..8b6e3dd87f 100644
--- a/test/link/macho/needed_framework/build.zig
+++ b/test/link/macho/needed_framework/build.zig
@@ -1,5 +1,4 @@
const std = @import("std");
-const LibExeObjectStep = std.Build.LibExeObjStep;
pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});