mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
chore: include directory name in libtransmission #includes (#5308)
This commit is contained in:
@@ -3717,19 +3717,6 @@
|
||||
buildSettings = {
|
||||
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
|
||||
CLANG_CXX_LIBRARY = "libc++";
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"third-party/dht",
|
||||
"third-party/fast_float/include",
|
||||
"third-party/wide-integer",
|
||||
"third-party/libb64/include",
|
||||
"third-party/libdeflate",
|
||||
"third-party/libpsl/include",
|
||||
"third-party/libutp/include",
|
||||
"third-party/utfcpp/source",
|
||||
"third-party/jsonsl",
|
||||
"third-party/wildmat",
|
||||
);
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DWITH_UTP",
|
||||
@@ -3742,13 +3729,24 @@
|
||||
PRODUCT_NAME = transmission;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"third-party/dht",
|
||||
"third-party/fast_float/include",
|
||||
"third-party/fmt/include",
|
||||
"third-party/jsonsl",
|
||||
"third-party/libb64/include",
|
||||
"third-party/libdeflate",
|
||||
"third-party/libevent/include",
|
||||
"third-party/libnatpmp",
|
||||
"third-party/libpsl/include",
|
||||
"third-party/libutp/include",
|
||||
"third-party/miniupnpc",
|
||||
"third-party/utfcpp/source",
|
||||
"third-party/wide-integer",
|
||||
"third-party/wildmat",
|
||||
);
|
||||
USER_HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"third-party/libnatpmp",
|
||||
"third-party/miniupnpc",
|
||||
"."
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
@@ -3985,13 +3983,24 @@
|
||||
PRODUCT_NAME = transmission;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"third-party/dht",
|
||||
"third-party/fast_float/include",
|
||||
"third-party/fmt/include",
|
||||
"third-party/jsonsl",
|
||||
"third-party/libb64/include",
|
||||
"third-party/libdeflate",
|
||||
"third-party/libevent/include",
|
||||
"third-party/libnatpmp",
|
||||
"third-party/libpsl/include",
|
||||
"third-party/libutp/include",
|
||||
"third-party/miniupnpc",
|
||||
"third-party/utfcpp/source",
|
||||
"third-party/wide-integer",
|
||||
"third-party/wildmat",
|
||||
);
|
||||
USER_HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"third-party/libnatpmp",
|
||||
"third-party/miniupnpc",
|
||||
".",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
@@ -4300,13 +4309,24 @@
|
||||
PRODUCT_NAME = transmission;
|
||||
SYSTEM_HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"third-party/dht",
|
||||
"third-party/fast_float/include",
|
||||
"third-party/fmt/include",
|
||||
"third-party/jsonsl",
|
||||
"third-party/libb64/include",
|
||||
"third-party/libdeflate",
|
||||
"third-party/libevent/include",
|
||||
"third-party/libnatpmp",
|
||||
"third-party/libpsl/include",
|
||||
"third-party/libutp/include",
|
||||
"third-party/miniupnpc",
|
||||
"third-party/utfcpp/source",
|
||||
"third-party/wide-integer",
|
||||
"third-party/wildmat",
|
||||
);
|
||||
USER_HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"third-party/libnatpmp",
|
||||
"third-party/miniupnpc",
|
||||
".",
|
||||
);
|
||||
};
|
||||
name = "Release - Debug";
|
||||
|
||||
Reference in New Issue
Block a user