Fix warning when staticLibraries used in .def file (#2342)
This commit is contained in:
committed by
Nikolay Igotti
parent
ea4aa57545
commit
446442e588
+1
-1
@@ -38,7 +38,7 @@ internal fun argsToCompiler(staticLibraries: Array<String>, libraryPaths: Array<
|
||||
|
||||
internal fun argsToCompiler(staticLibraries: List<String>, libraryPaths: List<String>) =
|
||||
resolveLibraries(staticLibraries, libraryPaths)
|
||||
.map { it -> listOf("-includeBinary", it) }
|
||||
.map { it -> listOf("-include-binary", it) }
|
||||
.flatten()
|
||||
.toTypedArray()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user