mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 08:31:03 +08:00
Tweak testit to better handle OPTIONS
This commit is contained in:
parent
5c7692be4f
commit
a2ac8a8003
@ -30,11 +30,7 @@ if [ -z "$CXX_LANG" ]
|
|||||||
then
|
then
|
||||||
CXX_LANG=c++14
|
CXX_LANG=c++14
|
||||||
fi
|
fi
|
||||||
if [ -z "$OPTIONS" ]
|
OPTIONS="-std=${CXX_LANG} $OPTIONS -I$ROOT"
|
||||||
then
|
|
||||||
OPTIONS="-std=${CXX_LANG}"
|
|
||||||
fi
|
|
||||||
OPTIONS="$OPTIONS -I$ROOT"
|
|
||||||
|
|
||||||
case $TRIPLE in
|
case $TRIPLE in
|
||||||
*-*-mingw* | *-*-cygwin* | *-*-win*)
|
*-*-mingw* | *-*-cygwin* | *-*-win*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user