From 99cea89d798b61398adf33cbc57c11d985ddab77 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Mon, 17 Sep 2018 10:08:20 +0200
Subject: [PATCH] Add #define for POSIX arch

---
 src/arch/posix/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

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++
 
-- 
GitLab