From 3bd512faecff181b6291a2fcadf90c953c33f3eb Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 9 Aug 2018 22:57:11 -0400 Subject: [PATCH] Ignore any error during the build when trying to update the xcode compatibility for the plugin. --- make/tail.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tail.mk b/make/tail.mk index 672ed4f..e814415 100644 --- a/make/tail.mk +++ b/make/tail.mk @@ -136,7 +136,7 @@ cleanMacCruft: gen: xcodefix $(DRIVERS) xcodefix: - defaults write "$(CC65_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` + defaults write "$(CC65_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` || true ifeq ($(BUILD_TYPE),basic)