summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/Tools/ccroot.py
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-05-23 07:54:06 +0200
committerAndreas Schneider <asn@cryptomilk.org>2022-05-23 09:34:51 +0000
commitd19dfe1efb2f6cb0dcf0a63b957df584d8ed5945 (patch)
tree2907d61e9d98746567b45f7fd52f636ad11f3088 /third_party/waf/waflib/Tools/ccroot.py
parent03036442deac25f58be4119e6c9ce2586e0abf51 (diff)
downloadsamba-d19dfe1efb2f6cb0dcf0a63b957df584d8ed5945.tar.gz
third_party: Update waf to version 2.0.24
This fixes building of python libraries with Python 3.11! BUG: https://bugzilla.samba.org/show_bug.cgi?id=15071 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon May 23 09:34:51 UTC 2022 on sn-devel-184
Diffstat (limited to 'third_party/waf/waflib/Tools/ccroot.py')
-rw-r--r--third_party/waf/waflib/Tools/ccroot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/waf/waflib/Tools/ccroot.py b/third_party/waf/waflib/Tools/ccroot.py
index 579d5b2b72b..76deff54dcb 100644
--- a/third_party/waf/waflib/Tools/ccroot.py
+++ b/third_party/waf/waflib/Tools/ccroot.py
@@ -128,6 +128,7 @@ class link_task(Task.Task):
Base class for all link tasks. A task generator is supposed to have at most one link task bound in the attribute *link_task*. See :py:func:`waflib.Tools.ccroot.apply_link`.
.. inheritance-diagram:: waflib.Tools.ccroot.stlink_task waflib.Tools.c.cprogram waflib.Tools.c.cshlib waflib.Tools.cxx.cxxstlib waflib.Tools.cxx.cxxprogram waflib.Tools.cxx.cxxshlib waflib.Tools.d.dprogram waflib.Tools.d.dshlib waflib.Tools.d.dstlib waflib.Tools.ccroot.fake_shlib waflib.Tools.ccroot.fake_stlib waflib.Tools.asm.asmprogram waflib.Tools.asm.asmshlib waflib.Tools.asm.asmstlib
+ :top-classes: waflib.Tools.ccroot.link_task
"""
color = 'YELLOW'