mirror of
https://github.com/jeremysrand/Apple2GSBuildPipeline.git
synced 2024-12-01 14:50:19 +00:00
Make the Xcode fix stuff conditional on being on a Darwin (ie MacOS) platform and this time, use the right syntax for shell tests.
This commit is contained in:
parent
91e3749ebd
commit
f8334194f4
@ -96,7 +96,7 @@ build: $(BUILDTARGET)
|
|||||||
gen: xcodefix
|
gen: xcodefix
|
||||||
|
|
||||||
xcodefix:
|
xcodefix:
|
||||||
[ "`uname`" == Darwin ] && defaults write "$(ORCAM_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` || true
|
[ "`uname`" = Darwin ] && defaults write "$(ORCAM_PLUGIN_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)s -array `defaults read "$(XCODE_INFO)" $(XCODE_PLUGIN_COMPATIBILITY)` || true
|
||||||
|
|
||||||
clean: genclean
|
clean: genclean
|
||||||
$(RM) "$(TARGETDIR)/$(PGM)" $(BINTARGET)
|
$(RM) "$(TARGETDIR)/$(PGM)" $(BINTARGET)
|
||||||
|
Loading…
Reference in New Issue
Block a user