mirror of
https://github.com/jeremysrand/Apple2BuildPipeline.git
synced 2025-02-06 09:30:32 +00:00
Ignore any error during the build when trying to update the xcode compatibility for the plugin.
This commit is contained in:
parent
6714922fd4
commit
3bd512faec
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user