diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-08-08 12:45:11 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-08-08 15:48:42 -0700 |
commit | c11482260aea0234e5a8dc9715e8a4d85e9ee680 (patch) | |
tree | 31eb4420acb33f70204e717ad9e60ab48866b6f8 /platform/macos | |
parent | f3e16bcb475942112a0831628289abf346b84519 (diff) | |
download | qtlocation-mapboxgl-c11482260aea0234e5a8dc9715e8a4d85e9ee680.tar.gz |
[macos] Removed bogus library search path
Fixed a build warning caused by a nonexistent library search path in the Debug configuration.
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/macos.xcodeproj/project.pbxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/macos/macos.xcodeproj/project.pbxproj b/platform/macos/macos.xcodeproj/project.pbxproj index ffb7b524c6..3ee1b8eab4 100644 --- a/platform/macos/macos.xcodeproj/project.pbxproj +++ b/platform/macos/macos.xcodeproj/project.pbxproj @@ -1967,10 +1967,6 @@ INFOPLIST_FILE = "$(SRCROOT)/sdk/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/cmake/Debug", - ); OTHER_CFLAGS = "-fvisibility=hidden"; OTHER_LDFLAGS = ( "$(mbgl_core_LINK_LIBRARIES)", |