mirror of
https://github.com/transmission/transmission.git
synced 2025-12-19 18:08:31 +00:00
fix: use correct defines when building libpsl with Xcode after roll (#7615)
Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f7373cb648
commit
d6e78d11ea
@@ -4935,7 +4935,7 @@
|
||||
HEADER_SEARCH_PATHS = "third-party/libpsl/include";
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DFORCE_BUILTIN_LIST=1",
|
||||
"-DENABLE_BUILTIN=1",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -4950,7 +4950,7 @@
|
||||
HEADER_SEARCH_PATHS = "third-party/libpsl/include";
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DFORCE_BUILTIN_LIST=1",
|
||||
"-DENABLE_BUILTIN=1",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -4965,7 +4965,7 @@
|
||||
HEADER_SEARCH_PATHS = "third-party/libpsl/include";
|
||||
OTHER_CFLAGS = (
|
||||
"$(inherited)",
|
||||
"-DFORCE_BUILTIN_LIST=1",
|
||||
"-DENABLE_BUILTIN=1",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user