From 9f7c4c580ffc3b4df982c295ddaa635e731d2f59 Mon Sep 17 00:00:00 2001 From: deserevi <deserevi@nptool> Date: Wed, 5 Jan 2011 17:02:10 +0000 Subject: [PATCH] * Fix main Makefile in NPL to add support for all macosx platforms --- NPLib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NPLib/Makefile b/NPLib/Makefile index 41e9bebb4..0c67c7f50 100644 --- a/NPLib/Makefile +++ b/NPLib/Makefile @@ -280,7 +280,8 @@ FillIncludeDir: FillLibraryDir: ./scripts/filllibdir.sh -ifeq ($(ARCH),macosx) +#ifeq ($(ARCH),macosx) +ifeq ($(findstring macosx, $(ARCH)), macosx) ./scripts/filllibmacdir.sh endif -- GitLab