diff options
-rw-r--r-- | src/arch/posix/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index 03402bc..cb4b46f 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -1,5 +1,7 @@ # vim:ft=make +COMMON_FLAGS += -DMULTIPASS_ARCH_posix + CC = gcc CXX = g++ |