Skip to content

Commit

Permalink
Fixes invoking JWasm (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsons26 authored Jul 2, 2024
1 parent 83bafc6 commit e1ac7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/coreapp/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def from_id(platform_id: str) -> Platform:
name="Microsoft DOS",
description="x86",
arch="i686",
assemble_cmd='jwasm -c -Fo"$OUTPUT" "$PRELUDE" "$INPUT"',
assemble_cmd='jwasm -c -Fo"$OUTPUT" -Fi"$PRELUDE" "$INPUT"',
objdump_cmd="omf-objdump",
nm_cmd="omf-nm",
)
Expand Down

0 comments on commit e1ac7b1

Please sign in to comment.