Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nasm includes #9

Closed
bsdinis opened this issue Jan 7, 2020 · 1 comment
Closed

Fix nasm includes #9

bsdinis opened this issue Jan 7, 2020 · 1 comment

Comments

@bsdinis
Copy link

bsdinis commented Jan 7, 2020

When building for Linux, nasm include directories come without a trainling slash;
This goes against the nasm man page:

 -I|-i directory
           Adds a directory to the search path for include files. The
           directory specification must include the trailing slash, as
           it will be directly prepended to the name of the include
           file.
@amatyuko
Copy link

amatyuko commented Jan 9, 2020

This is probably a bug in the NASM documentation, as trailing slashes are not required as of NASM 2.14.
See NASM bug report: https://bugzilla.nasm.us/show_bug.cgi?id=3392205

Regards,
Andrey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants