libsigc++: remove workaround, this is not needed anymore (#77755)

master
Michka Popoff 2021-05-26 22:09:08 +02:00 committed by GitHub
parent e4da007296
commit e6c4ed9572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@ class Libsigcxx < Formula
}
EOS
on_linux do
ENV["CXX"] = Formula["gcc"].opt_bin/"c++-10"
end
system ENV.cxx, "-std=c++17", "test.cpp",
"-L#{lib}", "-lsigc-3.0", "-I#{include}/sigc++-3.0", "-I#{lib}/sigc++-3.0/include", "-o", "test"
assert_match "hello world", shell_output("./test")