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")),
|
defaultValue = System.getProperty("user.dir")),
|
||||||
OptionDescriptor(ArgType.String(), "natives", description = "where to put the built native files",
|
OptionDescriptor(ArgType.String(), "natives", description = "where to put the built native files",
|
||||||
defaultValue = System.getProperty("user.dir")),
|
defaultValue = System.getProperty("user.dir")),
|
||||||
OptionDescriptor(ArgType.String(), "library",
|
OptionDescriptor(ArgType.String(), "library", "l", "library to use for building", isMultiple = true),
|
||||||
description = "library to use for building", isMultiple = true),
|
|
||||||
OptionDescriptor(ArgType.String(), "repo", "r",
|
OptionDescriptor(ArgType.String(), "repo", "r",
|
||||||
"repository to resolve dependencies", isMultiple = true),
|
"repository to resolve dependencies", isMultiple = true),
|
||||||
OptionDescriptor(ArgType.Boolean(), NODEFAULTLIBS, description = "don't link the libraries from dist/klib automatically",
|
OptionDescriptor(ArgType.Boolean(), NODEFAULTLIBS, description = "don't link the libraries from dist/klib automatically",
|
||||||
|
|||||||
Reference in New Issue
Block a user