Skip to content

Commit 68aa6e2

Browse files
authored
Merge pull request #136 from staalmannen/claude/upgrade-ape-c-library-mmZGd
9src/cc: exec dw2elf via /bin/dw2elf (Plan9 union mount path)
2 parents 223cb5a + 37aaa18 commit 68aa6e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • sys/src/ape/9src

sys/src/ape/9src/cc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ main(int argc, char *argv[])
236236
for(i = 0; i < srcs.n; i++)
237237
append(&dw2elf_cmd,
238238
changeext(srcs.strings[i], "dwtypes"));
239-
doexec(smprint("/%s/bin/ape/dw2elf", ot->name),
240-
&dw2elf_cmd);
239+
doexec("/bin/dw2elf", &dw2elf_cmd);
241240
}
242241
}
243242

0 commit comments

Comments
 (0)