Fix cache testing on cross targets
This commit is contained in:
committed by
GitHub
parent
31bad64728
commit
4f8b7d1266
@@ -51,6 +51,7 @@ fun configureCacheTesting(project: Project): CacheTesting? {
|
||||
"-o", "$cacheDir/stdlib-cache",
|
||||
"-Xmake-cache=$stdlib",
|
||||
"-no-default-libs", "-nostdlib",
|
||||
"-target", target,
|
||||
"-g"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user