-
Hello, I am here after facing some issues with the following document : https://mesonbuild.com/Release-notes-for-0-64-0.html#new-languages-nasm-and-masm; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
When you're cross compiling you must define nasm in your cross file [binaries] section, like any other compiler. But I think that's actually a Meson bug, nasm should not have to be defined in cross file because it's always the same compiler for all supported platforms, unlike gcc. |
Beta Was this translation helpful? Give feedback.
When you're cross compiling you must define nasm in your cross file [binaries] section, like any other compiler.
But I think that's actually a Meson bug, nasm should not have to be defined in cross file because it's always the same compiler for all supported platforms, unlike gcc.