From: Andreas Schneider Date: Tue, 25 Sep 2018 16:13:09 +0000 (+0200) Subject: waf: Load the C compiler correctly X-Git-Tag: tdb-1.3.17~732 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0025e8e96a788bef49dca08a8ebc4929a165069b;p=thirdparty%2Fsamba.git waf: Load the C compiler correctly Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Nov 20 04:47:24 CET 2018 on sn-devel-144 --- diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript index 013b026a580..164a9ff6dda 100644 --- a/buildtools/wafsamba/wscript +++ b/buildtools/wafsamba/wscript @@ -231,7 +231,7 @@ def configure(conf): conf.CHECK_CC_ENV() - conf.load('compiler_cc') + conf.load('compiler_c') conf.CHECK_STANDARD_LIBPATH()