aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/Clients/OSXRemote/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/EventClients/Clients/OSXRemote/Makefile.in')
-rw-r--r--tools/EventClients/Clients/OSXRemote/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/Makefile.in b/tools/EventClients/Clients/OSXRemote/Makefile.in
index 4b66f568db..0071c64db8 100644
--- a/tools/EventClients/Clients/OSXRemote/Makefile.in
+++ b/tools/EventClients/Clients/OSXRemote/Makefile.in
@@ -10,7 +10,7 @@ else
endif
all:
- xcodebuild -sdk macosx10.4 -configuration $(CONFIGURATION)
+ xcodebuild -nodistribute -sdk macosx10.4 -configuration $(CONFIGURATION)
clean:
xcodebuild clean -configuration $(CONFIGURATION)