Przeglądaj źródła

Build bdlib with the same CXX as wraith

Bryan Drewery 14 lat temu
rodzic
commit
6c19172d77
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build/autotools/configure.ac

+ 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