mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-28 20:06:38 +03:00
zen-specific: main -> _start
This commit is contained in:
+1
-1
@@ -337,7 +337,7 @@ static void construct_linker_job_elf(LinkJob *lj) {
|
||||
|
||||
if (g->zig_target.os == OsZen) {
|
||||
lj->args.append("-e");
|
||||
lj->args.append("main");
|
||||
lj->args.append("_start");
|
||||
|
||||
lj->args.append("--image-base=0x10000000");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user