From 466b71a25f2d1e41a81aca63b5d3f511d6435f3d Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sun, 30 Sep 2018 13:52:04 +0300 Subject: [PATCH] Fixup previous commit for transmission-remote --- Transmission.xcodeproj/project.pbxproj | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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;