Update terminalimageviewer.rb
This commit is contained in:
parent
1b89356729
commit
6415891683
1 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,6 @@ class Terminalimageviewer < Formula
|
|||
depends_on "imagemagick"
|
||||
|
||||
def install
|
||||
odie "This formula is for macOS 10.14-, please use tiv from homebrew-core instead!" if OS.linux?
|
||||
cd "src/main/cpp" do
|
||||
system "/usr/local/bin/g++-#{Formula["gcc"].version_suffix}", "-std=c++17", "-Wall", "-fpermissive",
|
||||
"-fexceptions", "-O2", "-c", "-L/usr/local/opt/gcc/lib/gcc/#{Formula["gcc"].version_suffix}/", "tiv.cpp",
|
||||
|
|
Loading…
Reference in a new issue