build: Workaround for NPE in raspberry-pi build
This commit is contained in:
@@ -164,7 +164,7 @@ class CompileCppToBitcode extends DefaultTask {
|
|||||||
|
|
||||||
project.exec {
|
project.exec {
|
||||||
executable "$project.llvmDir/bin/llvm-link"
|
executable "$project.llvmDir/bin/llvm-link"
|
||||||
args project.fileTree(objDir).include('**/*.bc')
|
args project.fileTree(objDir).include('**/*.bc').sort { a, b -> (a.name <=> b.name) }
|
||||||
|
|
||||||
args linkerArgs
|
args linkerArgs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user