Skip to content
Snippets Groups Projects
Commit c19d1d74 authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf
Browse files

Build: Add build dir to NASM include path

parent 8c987b2b
No related branches found
No related tags found
1 merge request!99Build: Add build dir to NASM include path
Pipeline #664 passed with stage
in 1 minute and 7 seconds
......@@ -237,6 +237,7 @@ if is_asm_enabled
arguments: [
'-f', nasm_format,
'-I', '@SOURCE_DIR@/src/',
'-I', '@0@/'.format(meson.current_build_dir()),
'-MQ', '@OUTPUT@', '-MF', '@DEPFILE@',
'@EXTRA_ARGS@',
'@INPUT@',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment