| ... | ... | @@ -99,7 +99,7 @@ fn testDeadStrip(b: *std.Build, opts: Options) *Step { |
| 99 | 99 | fn testEntryPointDylib(b: *std.Build, opts: Options) *Step { |
| 100 | 100 | const test_step = addTestStep(b, "macho-entry-point-dylib", opts); |
| 101 | 101 | |
| 102 | | const dylib = addSharedLibrary(b, opts, .{ .name = "liba.dylib" }); |
| 102 | const dylib = addSharedLibrary(b, opts, .{ .name = "a" }); |
| 103 | 103 | addCSourceBytes(dylib, |
| 104 | 104 | \\extern int my_main(); |
| 105 | 105 | \\int bootstrap() { |