You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.1.18 The -i Option: Include File Search Directories
<...>
Prior NASM 2.14 a path provided in the option has been considered as a verbatim copy and providing a path separator been up to a caller. One could implicitly concatenate a search path together with a filename. Still this was rather a trick than something useful. Now the trailing path separator is made to always present, thus -ifoo will be considered as the -ifoo/ directory.
Meson doesn't add a trailing path separator even if it finds a NASM version older than 2.14. As a result, .asm files that include other files fail to build:
Describe the bug
https://nasm.us/doc/nasmdoc2.html
Meson doesn't add a trailing path separator even if it finds a NASM version older than 2.14. As a result, .asm files that include other files fail to build:
To Reproduce
meson.build
hello.asm
included/included.asm can be empty.
Expected behavior
Meson ignores NASM versions that it doesn't accommodate.
system parameters
The text was updated successfully, but these errors were encountered: