Skip to content

Commit 61fdb94

Browse files
committed
mingw
1 parent 294d320 commit 61fdb94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ -z "$CXX" ]; then
1515
fi
1616

1717
cxx_type=$($CXX --version | head -1 | cut -d' ' -f1)
18-
if [ "$cxx_type" = "Ubuntu" ]; then
18+
if [ "$cxx_type" = "Ubuntu" ] || [ "$cxx_type" = "Debian" ]; then
1919
cxx_type=$($CXX --version | head -1 | cut -d' ' -f2)
2020
fi
2121

0 commit comments

Comments
 (0)