Ignore any error during the build when trying to update the xcode compatibility for the plugin.

This commit is contained in:
Jeremy Rand 2018-08-09 22:57:11 -04:00
parent 6714922fd4
commit 3bd512faec
1 changed files with 1 additions and 1 deletions

View File

@ -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)