diff options
Diffstat (limited to 'tools/EventClients/Clients/OSXRemote/Makefile.in')
-rw-r--r-- | tools/EventClients/Clients/OSXRemote/Makefile.in | 2 |
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) |