aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Rousseau <ludovic.rousseau@gmail.com>2012-10-31 09:20:33 +0100
committerhjelmn <Nathan Hjelm hjelmn@cs.unm.edu>2013-07-30 10:42:48 -0600
commit059e648ab9aab8d09c5747844b921962887193b7 (patch)
tree7300e1d3202c607f0939524e879a02cb3490bc76
parentbd57a42aba37704e7dc8eb5e8c787830df73ff86 (diff)
downloadandroid_external_libusbx-059e648ab9aab8d09c5747844b921962887193b7.tar.gz
android_external_libusbx-059e648ab9aab8d09c5747844b921962887193b7.tar.bz2
android_external_libusbx-059e648ab9aab8d09c5747844b921962887193b7.zip
Xcode: build for 32 and 64 bits
-rw-r--r--Xcode/libusbx.xcodeproj/project.pbxproj2
-rw-r--r--libusb/version_nano.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/Xcode/libusbx.xcodeproj/project.pbxproj b/Xcode/libusbx.xcodeproj/project.pbxproj
index 136a21c..5bf60e2 100644
--- a/Xcode/libusbx.xcodeproj/project.pbxproj
+++ b/Xcode/libusbx.xcodeproj/project.pbxproj
@@ -555,6 +555,7 @@
008FBF331628B79300BC5BE2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
@@ -574,6 +575,7 @@
008FBF341628B79300BC5BE2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index dcbed08..9ac0ec3 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10790
+#define LIBUSB_NANO 10791