Skip to content

Commit

Permalink
Remove LIBRARY_SEARCH_PATHS
Browse files Browse the repository at this point in the history
Was causing issues building for OSs other than macOS.
  • Loading branch information
Wevah committed Apr 9, 2022
1 parent 40813d4 commit 160638b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IDNA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,6 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/Shared";
LIBRARY_SEARCH_PATHS = "/usr/lib/**";
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=300";
RUN_CLANG_STATIC_ANALYZER = YES;
Expand Down Expand Up @@ -1297,7 +1296,6 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(SRCROOT)/Shared";
LIBRARY_SEARCH_PATHS = "/usr/lib/**";
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=300";
RUN_CLANG_STATIC_ANALYZER = YES;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down

0 comments on commit 160638b

Please sign in to comment.