howard-hinnant-dat: fix test
Closes #46219. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
97ecd80bed
commit
e75a67f600
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class HowardHinnantDate < Formula
|
|||
std::cout << t << std::endl;
|
||||
}
|
||||
EOS
|
||||
system ENV.cxx, "test.cpp", "-std=c++1y", "-ltz", "-o", "test"
|
||||
system ENV.cxx, "test.cpp", "-std=c++1y", "-L#{lib}", "-ltz", "-o", "test"
|
||||
system "./test"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue