diff options
author | davilla <davilla@svn> | 2009-12-02 02:50:57 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2009-12-02 02:50:57 +0000 |
commit | c72d1daf143067777829f035124f2a969270db89 (patch) | |
tree | 1a306d874eef6011bdbd6bce7315ac47bee29f8d /tools/EventClients/Clients | |
parent | 1c04c948ffefd58e8224261a3c9e238584e59115 (diff) |
[osx] revert r25199
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25209 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients/Clients')
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/Makefile.in b/tools/EventClients/Clients/OSXRemote/Makefile.in index fbf423041e..4b66f568db 100644 --- a/tools/EventClients/Clients/OSXRemote/Makefile.in +++ b/tools/EventClients/Clients/OSXRemote/Makefile.in @@ -10,13 +10,9 @@ else endif all: -ifeq ($(findstring x86-osx,$(ARCH)), x86-osx) xcodebuild -sdk macosx10.4 -configuration $(CONFIGURATION) -endif clean: -ifeq ($(findstring x86-osx,$(ARCH)), x86-osx) xcodebuild clean -configuration $(CONFIGURATION) -endif .PHONY: all clean |