Skip to content

Commit 400f61f

Browse files
authored
Add XCODE_ATTRIBUTE_BUILD_LIBRARY_FOR_DISTRIBUTION flag to extension/… (#12831)
1 parent 7e82d00 commit 400f61f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/llm/apple/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ set_source_files_properties(${OBJC_SOURCES} PROPERTIES COMPILE_FLAGS
5050
"-fno-exceptions"
5151
"-fno-rtti"
5252
)
53+
54+
set_target_properties(extension_llm_apple PROPERTIES
55+
XCODE_ATTRIBUTE_BUILD_LIBRARY_FOR_DISTRIBUTION YES
56+
)

0 commit comments

Comments
 (0)