Skip to content

Commit c62ad03

Browse files
committed
wip: more fixes
1 parent 42a8958 commit c62ad03

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.docker/build-linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ case "-$BUILD_TYPE-" in
114114
*-ubuntu-*|*-debian-*)
115115
export CC=gcc$GCC_VERSION CXX=g++$GCC_VERSION
116116
;;
117+
*)
118+
export CC=gcc CXX=g++
119+
;;
117120
esac
118121
export COMPILER=gcc
119122
;;

0 commit comments

Comments
 (0)