ref: c19d1d7479dcd6a0d9a2a76b468d09072dda8840
parent: 8c987b2b5c46b56b67079a3e9426f1f4715561e0
author: Marvin Scholz <epirat07@gmail.com>
date: Sat Sep 29 09:34:02 EDT 2018
Build: Add build dir to NASM include path
--- a/meson.build
+++ b/meson.build
@@ -237,6 +237,7 @@
arguments: [
'-f', nasm_format,
'-I', '@SOURCE_DIR@/src/',
+ '-I', '@0@/'.format(meson.current_build_dir()),
'-MQ', '@OUTPUT@', '-MF', '@DEPFILE@',
'@EXTRA_ARGS@',
'@INPUT@',