Always link bitcode files specified with -nativelibrary
This commit is contained in:
committed by
SvyatoslavScherbina
parent
fb08c25633
commit
f564bd7707
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user