summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-03-30 16:53:43 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2020-03-30 16:53:43 -0700
commit09d0312fbb466ce2457df94e314ba1348039138d (patch)
tree11a10ee3ba351220b5312956b6cb14750931aec7 /libusb/version_nano.h
parent500c64aef290348a1c833983b7297bdc3f3262c4 (diff)
downloadlibusb-09d0312fbb466ce2457df94e314ba1348039138d.tar.gz
Xcode: Update project file
Add '-fvisibility=hidden' to the additional compiler flags of the libusb target so that internal library symbols are hidden. Add '-pthread' to the additional compiler flags of the targets that directly use pthread functionality Add the 'sam3u_benchmark' and 'testlibusb' targets so that all examples are now built and fix build warnings that occur when building 'sam3u_benchmark'. Fix target dependencies so that all targets are able to build without issues. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 518c4fe..4205298 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11481
+#define LIBUSB_NANO 11482