build: When including Core as submodule, use the directory provided from `ext.coreSubmoduleDir` instead of the hard-coded one.

This commit is contained in:
Mateusz Armatys 2022-07-01 14:15:50 +02:00 committed by MargeBot
parent 733cd6f363
commit 7e773d3ec5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ fun includeProtonLibsBuild() {
logger.warn("The ${protonLibsDir.name} submodule is expected to be at $requiredHash, but is at $currentHash.")
}
includeBuild("proton-libs")
includeBuild(protonLibsDir)
println("Core libs from git submodule `$protonLibsDir` at $currentHash")
}
}