From: Mike Gelfand Date: Sun, 30 Sep 2018 10:52:04 +0000 (+0300) Subject: Fixup previous commit for transmission-remote X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=466b71a25f2d1e41a81aca63b5d3f511d6435f3d;p=transmission Fixup previous commit for transmission-remote --- diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index c528fce6c..be42836bb 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -2983,6 +2983,11 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + "third-party/libevent/include", + ); PRODUCT_NAME = "transmission-remote"; }; name = Debug; @@ -3349,6 +3354,11 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + "third-party/libevent/include", + ); PRODUCT_NAME = "transmission-remote"; }; name = "Release - Debug"; @@ -3499,6 +3509,11 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_ARC = NO; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + ., + "third-party/libevent/include", + ); PRODUCT_NAME = "transmission-remote"; }; name = Release;