Add short form for cinterop flag library (#2702)

This commit is contained in:
LepilkinaElena
2019-02-22 15:26:07 +03:00
committed by GitHub
parent 1f44831c8e
commit eb9965d2c8
@@ -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",