Make SingleThreadMarkAndSweep support multiple threads
This commit is contained in:
committed by
Space
parent
10ae9c511b
commit
9ebba93dd9
+1
-1
@@ -44,7 +44,7 @@ open class CompileToBitcode @Inject constructor(
|
||||
|
||||
// Source files and headers are registered as inputs by the `inputFiles` and `headers` properties.
|
||||
var srcDirs: FileCollection = project.files(srcRoot.resolve("cpp"))
|
||||
var headersDirs: FileCollection = project.files(srcRoot.resolve("headers"))
|
||||
var headersDirs: FileCollection = srcDirs + project.files(srcRoot.resolve("headers"))
|
||||
|
||||
@Input
|
||||
var language = Language.CPP
|
||||
|
||||
Reference in New Issue
Block a user