Selaa lähdekoodia

Ensure CC/CXX are passed into bdlib.

This fixes the build on systems with gcc6 and clang since wraith wants
gcc6 and bdlib wants clang.  Now bdlib will use whatever wraith
wanted.
Bryan Drewery 8 vuotta sitten
vanhempi
commit
5552815d26
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      build/autotools/configure.ac
  2. 1 0
      configure

+ 1 - 0
build/autotools/configure.ac

@@ -278,6 +278,7 @@ if test -d .git; then
 fi
 fi
 ]
 ]
 
 
+export CC CXX
 if [[ -f lib/bdlib/configure ]]; then
 if [[ -f lib/bdlib/configure ]]; then
   AC_CONFIG_SUBDIRS([lib/bdlib])
   AC_CONFIG_SUBDIRS([lib/bdlib])
 fi
 fi

+ 1 - 0
configure

@@ -8577,6 +8577,7 @@ if test -d .git; then
 fi
 fi
 
 
 
 
+export CC CXX
 if [ -f lib/bdlib/configure ]; then
 if [ -f lib/bdlib/configure ]; then