From d8f7ce77a858455e7a5d873cf8e88ba75670d470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C5=93ur?= Date: Sat, 10 Feb 2024 01:29:01 +0100 Subject: [PATCH] fix path to evconfig-private.h --- Transmission.xcodeproj/project.pbxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 3aa415399..ef7c0fe95 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -3080,7 +3080,7 @@ ); name = "Copy libevent headers"; outputPaths = ( - "$(SRCROOT)/third-party/libevent/evconfig-private.h", + "$(SRCROOT)/third-party/libevent/include/evconfig-private.h", "$(SRCROOT)/third-party/libevent/include/event2/event-config.h", ); runOnlyForDeploymentPostprocessing = 0;