Skip to content

Commit

Permalink
fix: build brotli locally on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 30, 2025
1 parent 6428fd8 commit 4c3eef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,9 @@ if(NOT IS_WINDOWS)
message(STATUS "glog static library was not found, building locally")
set(WITH_GLOG_BUILD ON)
if(IS_DARWIN)
message(STATUS "building gflags locally as well because of MacOS specifics")
message(STATUS "building brotli and gflags locally")
set(WITH_GFLAGS_BUILD ON)
set(WITH_BROTLI_BUILD ON)
endif(IS_DARWIN)
endif()

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3

0 comments on commit 4c3eef8

Please sign in to comment.