Add short form for cinterop flag library (#2702)
This commit is contained in:
+1
-2
@@ -39,8 +39,7 @@ fun getCommonInteropArguments() = listOf(
|
||||
defaultValue = System.getProperty("user.dir")),
|
||||
OptionDescriptor(ArgType.String(), "natives", description = "where to put the built native files",
|
||||
defaultValue = System.getProperty("user.dir")),
|
||||
OptionDescriptor(ArgType.String(), "library",
|
||||
description = "library to use for building", isMultiple = true),
|
||||
OptionDescriptor(ArgType.String(), "library", "l", "library to use for building", isMultiple = true),
|
||||
OptionDescriptor(ArgType.String(), "repo", "r",
|
||||
"repository to resolve dependencies", isMultiple = true),
|
||||
OptionDescriptor(ArgType.Boolean(), NODEFAULTLIBS, description = "don't link the libraries from dist/klib automatically",
|
||||
|
||||
Reference in New Issue
Block a user