| ... | @@ -99,7 +99,7 @@ fn testDeadStrip(b: *std.Build, opts: Options) *Step { | ... | @@ -99,7 +99,7 @@ fn testDeadStrip(b: *std.Build, opts: Options) *Step { |
| 99 | fn testEntryPointDylib(b: *std.Build, opts: Options) *Step { | 99 | fn testEntryPointDylib(b: *std.Build, opts: Options) *Step { |
| 100 | const test_step = addTestStep(b, "macho-entry-point-dylib", opts); | 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 | addCSourceBytes(dylib, | 103 | addCSourceBytes(dylib, |
| 104 | \\extern int my_main(); | 104 | \\extern int my_main(); |
| 105 | \\int bootstrap() { | 105 | \\int bootstrap() { |