Skip to content

Commit 2eb3833

Browse files
Enable APPLE_LOCAL_SDK, disable USE_OPENSOURCE_TEST_TOOL (#777)
1 parent 93ed5ab commit 2eb3833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/internal/ya.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ test_fakeid = "r13102898"
77
OPENSOURCE = "yes"
88
USE_PREBUILT_TOOLS = "no"
99
USE_AIO = "static"
10-
USE_OPENSOURCE_TEST_TOOL="yes"
1110
USE_ICONV = "static"
1211
USE_IDN = "static"
12+
APPLE_SDK_LOCAL = "yes"
1313

1414
[flags]
1515
OPENSOURCE = "yes"
1616
USE_PREBUILT_TOOLS = "no"
1717
USE_AIO = "static"
1818
USE_ICONV = "static"
1919
USE_IDN = "static"
20+
APPLE_SDK_LOCAL = "yes"

0 commit comments

Comments
 (0)