Przeglądaj źródła

Merge branch 'update-bdlib' into next

* update-bdlib:
  Build bdlib with the same CXX as wraith
Bryan Drewery 14 lat temu
rodzic
commit
aa5fe5870a
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