mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 08:14:48 +00:00
test/link/macho: fix naming in entry-in-dylib test
This commit is contained in:
parent
6cdcf61a5c
commit
ffd7f7f642
@ -99,7 +99,7 @@ fn testDeadStrip(b: *std.Build, opts: Options) *Step {
|
||||
fn testEntryPointDylib(b: *std.Build, opts: Options) *Step {
|
||||
const test_step = addTestStep(b, "macho-entry-point-dylib", opts);
|
||||
|
||||
const dylib = addSharedLibrary(b, opts, .{ .name = "liba.dylib" });
|
||||
const dylib = addSharedLibrary(b, opts, .{ .name = "a" });
|
||||
addCSourceBytes(dylib,
|
||||
\\extern int my_main();
|
||||
\\int bootstrap() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user