Skip to content

Commit

Permalink
Add Xcode project libusb linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
command-tab committed Jul 16, 2013
1 parent bcabb6b commit 5026c86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ch341eeprom.xcodeproj/project.pbxproj
Expand Up @@ -245,6 +245,8 @@
"/usr/include/**",
"/usr/local/include/**",
);
LIBRARY_SEARCH_PATHS = "/usr/local/lib/**";
OTHER_LDFLAGS = "-lusb-1.0";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -257,6 +259,8 @@
"/usr/include/**",
"/usr/local/include/**",
);
LIBRARY_SEARCH_PATHS = "/usr/local/lib/**";
OTHER_LDFLAGS = "-lusb-1.0";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit 5026c86

Please sign in to comment.