Skip to content

Commit 8d9d419

Browse files
committed
NASM: fix builds with spaces in path
1 parent c4e665f commit 8d9d419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nasm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
HelpUrl="https://www.nasm.us/doc/"
6262
DisplayName="Output File Name"
6363
Description="Specify Output Filename. -o [value]"
64-
Switch="-o [value]"
64+
Switch="-o "[value]""
6565
/>
6666

6767
<EnumProperty

0 commit comments

Comments
 (0)