Replies: 1 comment 3 replies
-
no way now. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build assembly files with the extension
.nasm
(because I want to use nasm syntax highlighting)but xmake only accepts these
".s", ".S" ".asm"
as an assembly fileI tried these but both failed
Is there any way to make this work without making a custom rule?
Beta Was this translation helpful? Give feedback.
All reactions