fix path to evconfig-private.h

This commit is contained in:
Cœur 2024-02-10 01:29:01 +01:00
parent c183d16a65
commit d8f7ce77a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;