2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

gccdeps: Harden class wrapping

This commit is contained in:
Andrew Malachowski 2022-08-31 23:02:59 +00:00 committed by Thomas Nagy
parent 78f49d44c8
commit 23c975064e

View File

@ -17,7 +17,7 @@ Usage::
import os, re, threading import os, re, threading
from waflib import Task, Logs, Utils, Errors from waflib import Task, Logs, Utils, Errors
from waflib.Tools import c_preproc from waflib.Tools import asm, c, c_preproc, cxx
from waflib.TaskGen import before_method, feature from waflib.TaskGen import before_method, feature
lock = threading.Lock() lock = threading.Lock()