diff options
Diffstat (limited to 'src/arch/posix')
-rw-r--r-- | src/arch/posix/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index ee7ae95..4ae0907 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -8,7 +8,7 @@ OBJDUMP = objdump ARCH_SHORTNAME = x64 -ifeq (${aspectc}, 1) +ifdef CONFIG_aspectc CXX = ag++ -r build/repo.acp -v 0 -p . --Xcompiler endif |