1
0
Эх сурвалжийг харах

Build bdlib with the same CXX as wraith

Bryan Drewery 14 жил өмнө
parent
commit
6c19172d77

+ 1 - 1
build/autotools/configure.ac

@@ -302,4 +302,4 @@ fi
 echo ""
 echo ""
 echo "------------ Configuring BDLIB ------------"
-test -f lib/bdlib/configure && cd lib/bdlib && MAKEJOBS="$MAKEJOBS" ./configure
+test -f lib/bdlib/configure && cd lib/bdlib && CXX="$CXX" MAKEJOBS="$MAKEJOBS" ./configure