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
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ Usage::
import os, re, threading
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
lock = threading.Lock()