Skip to content

Commit

Permalink
express: rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Sep 15, 2024
1 parent 23112c2 commit e57953c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/express.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Express < Formula
uses_from_macos "zlib"

def install
# use C++17
inreplace "CMakeLists.txt", "set(CMAKE_CXX_STANDARD 11)", "set(CMAKE_CXX_STANDARD 17)"
# use dynamic linking for protobuf
if OS.mac?
Expand Down

0 comments on commit e57953c

Please sign in to comment.