瀏覽代碼

Build bdlib with the same CXX as wraith

Bryan Drewery 14 年之前
父節點
當前提交
6c19172d77
共有 1 個文件被更改,包括 1 次插入1 次删除
  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