Browse Source

Build bdlib with the same CXX as wraith

Bryan Drewery 14 năm trước cách đây
mục cha
commit
6c19172d77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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