Always link bitcode files specified with -nativelibrary

This commit is contained in:
Svyatoslav Scherbina
2017-03-29 17:46:26 +03:00
committed by SvyatoslavScherbina
parent fb08c25633
commit f564bd7707
9 changed files with 45 additions and 30 deletions
@@ -37,7 +37,7 @@ public class K2NativeCompilerArguments extends CommonCompilerArguments {
@ValueDescription("<path>")
public String[] libraries;
@Argument(value = "nativelibrary", alias = "nl", description = "Link with the native library")
@Argument(value = "nativelibrary", alias = "nl", description = "Include the native library")
@ValueDescription("<path>")
public String[] nativeLibraries;