Skip to content

Commit

Permalink
Merge pull request #174099 from Homebrew/tundra_sonoma
Browse files Browse the repository at this point in the history
tundra: build with c++17
  • Loading branch information
carlocab authored Jun 9, 2024
2 parents 8656678 + 9e7dac5 commit 0cb7c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/t/tundra.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Tundra < Formula

def install
ENV.append "CFLAGS", "-I#{Formula["googletest"].opt_include}/googletest/googletest"
inreplace "Makefile", "c++11", "c++17"

system "make"
system "make", "install", "PREFIX=#{prefix}"
Expand Down

0 comments on commit 0cb7c32

Please sign in to comment.