From cfc663e4091c047558ffd2042410ab042ab01ce1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 24 Jun 2019 21:32:33 +0100 Subject: [PATCH] Osx hackz. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c2ec6c..0c46839 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ generic: osx: $(call generate_common,$@) -osx-32: - $(call generate_common,osx,-DCMAKE_OSX_ARCHITECTURES=i386) +osx32: + $(call generate_common,$@,-DCMAKE_OSX_ARCHITECTURES=i386) cortex-m0: $(call generate_common,$@) -- 2.30.2