Skip to content

Commit e11b6f1

Browse files
eustascopybara-github
authored andcommitted
fix iOS build
PiperOrigin-RevId: 826503992
1 parent e230f47 commit e11b6f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ endif()
180180
if (BROTLI_BUILD_TOOLS)
181181
add_executable(brotli c/tools/brotli.c)
182182
target_link_libraries(brotli ${BROTLI_LIBRARIES})
183+
# brotli is a CLI tool
184+
set_target_properties(brotli PROPERTIES MACOSX_BUNDLE OFF)
183185
endif()
184186

185187
# Installation

0 commit comments

Comments
 (0)