From e0559034207b4f322e4606bb3a27e4cdca540b3a Mon Sep 17 00:00:00 2001 From: AlexSm Date: Thu, 28 Dec 2023 16:14:38 +0100 Subject: [PATCH] Enable APPLE_LOCAL_SDK, disable USE_OPENSOURCE_TEST_TOOL (#777) --- build/internal/ya.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/internal/ya.conf b/build/internal/ya.conf index 4d36fef8574f..e4804f4277a6 100644 --- a/build/internal/ya.conf +++ b/build/internal/ya.conf @@ -7,9 +7,9 @@ test_fakeid = "r13102898" OPENSOURCE = "yes" USE_PREBUILT_TOOLS = "no" USE_AIO = "static" -USE_OPENSOURCE_TEST_TOOL="yes" USE_ICONV = "static" USE_IDN = "static" +APPLE_SDK_LOCAL = "yes" [flags] OPENSOURCE = "yes" @@ -17,3 +17,4 @@ USE_PREBUILT_TOOLS = "no" USE_AIO = "static" USE_ICONV = "static" USE_IDN = "static" +APPLE_SDK_LOCAL = "yes"