zmqpp: make test portable, these flags are not needed (#72261)

master
Michka Popoff 2021-03-01 22:47:23 +01:00 committed by GitHub
parent a8c62d0d1e
commit 58446765b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Zmqpp < Formula
return 0;
}
EOS
system ENV.cxx, "test.cpp", "-L#{lib}", "-lzmqpp", "-o", "test", "-std=c++11", "-stdlib=libc++", "-lc++"
system ENV.cxx, "test.cpp", "-L#{lib}", "-lzmqpp", "-o", "test", "-std=c++11"
system "./test"
end
end