Add zoned_time deduction guides

This commit is contained in:
Howard Hinnant
2017-07-06 20:49:53 -04:00
parent 893cf51fd8
commit c8d3cc14da
2 changed files with 30 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ if [ -z "$CXX_LANG" ]
then
CXX_LANG=c++14
fi
OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall"
OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT -Wall $ROOT/tz.cpp -lcurl"
case $TRIPLE in
*-*-mingw* | *-*-cygwin* | *-*-win*)