TODO: build ... libpath ...
authorMichael Adam <obnox@samba.org>
Sun, 30 Nov 2014 20:25:01 +0000 (21:25 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 22 Dec 2014 08:51:45 +0000 (09:51 +0100)
buildtools/wafadmin/Tools/compiler_cc.py

index 0421503f7c932ba65b6b10c39c0ffb647a40c619..e1b0e2e0ac07ec33d0b3531e228e632b0b9864f1 100644 (file)
@@ -50,6 +50,7 @@ def detect(conf):
                                break
                        conf.check_message(compiler, '', False)
                        break
+               conf.env.STANDARD_LIBPATH = get_cc_std_libpath(conf.env.CC)
        else:
                conf.fatal('could not configure a c compiler!')