summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arch/posix/Makefile.inc2
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++