Skip to content

Commit 51793f6

Browse files
authored
Add XCODE_ATTRIBUTE_BUILD_LIBRARY_FOR_DISTRIBUTION flag to extension/llm/apple lib
1 parent 7e82d00 commit 51793f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extension/llm/apple/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ 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+
)
57+

0 commit comments

Comments
 (0)