Fix build of interop tests.

This commit is contained in:
Nikolay Igotti
2017-03-15 19:18:32 +03:00
parent 6cb0f5ad41
commit 7279873bb4
@@ -218,7 +218,7 @@ class RunInteropKonanTest extends KonanTest {
List<String> linkerArguments = interopConf.linkerOpts // TODO: add arguments from .def file
List<String> compilerArguments = ["-library", interopBc, "-nativelibrary", interopStubsBc] +
linkerArguments.collectMany { ["-linkerArg", it] }
linkerArguments.collectMany { ["-linkerArgs", it] }
runCompiler(filesToCompile, exe, compilerArguments)
}