diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-09-17 10:08:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-09-17 10:08:20 +0200 |
commit | 99cea89d798b61398adf33cbc57c11d985ddab77 (patch) | |
tree | 5c706e8204986c67af095344e61f6537f44e19c9 /src/arch | |
parent | 6b07fb11a75b86570912800da4272891031728d1 (diff) |
Add #define for POSIX arch
Diffstat (limited to 'src/arch')
-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++ |