howard-hinnant-dat: fix test

Closes #46219.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
FX Coudert 2019-11-03 22:19:41 +09:00
parent 97ecd80bed
commit e75a67f600

View file

@ -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