dependencies: Add "airplane mode"
The patch adds airplaneMode parameter in konan.properties. If airplaneMode = true the dependency downloader will throw an exception instead of downloading a missing dependency.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
# TODO: Do we need a $variable substitution mechanism here?
|
||||
dependenciesUrl = http://download.jetbrains.com/kotlin/native
|
||||
|
||||
# Don't check dependencies on a server.
|
||||
# If true, dependency downloader will throw an exception if a dependency isn't found in konan.home.
|
||||
airplaneMode = false
|
||||
|
||||
# Mac OS X.
|
||||
llvmVersion.osx = 3.9.0
|
||||
llvmHome.osx = clang-llvm-3.9.0-darwin-macos
|
||||
|
||||
Reference in New Issue
Block a user