aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 156ead8c..c976edf7 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -571,9 +571,11 @@ $(HID_OBJECTS) : %.o : %.c
$(HID_UTILITIES_SOURCE)/build/libHIDUtilities.a:
# Apple changed the XCode CLI tool's name in xcode2... arg
+# if on non-Mac OS X, this target just echos a message
cd $(HID_UTILITIES_SOURCE) && \
- (test -x /usr/bin/xcodebuild && /usr/bin/xcodebuild) || pbxbuild
-
+ (test -x /usr/bin/xcodebuild && /usr/bin/xcodebuild) || \
+ (test -x /usr/bin/pbxbuild && /usr/bin/pbxbuild) || \
+ echo "Not building Apple HID Utilities"
$(externals_src)/hcs/hid/hid.$(EXTENSION): $(HID_OBJECTS) \
$(HID_UTILITIES_SOURCE)/build/libHIDUtilities.a