Commit 15dab017 authored by Valentin Fondaratov's avatar Valentin Fondaratov
Browse files

+

parent 1de8ab55
Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,7 +19,7 @@ class BuildOptions {
/**
* Specifies for which operating systems distributions should be built.
*/
String targetOS = System.getProperty("intellij.build.target.os", OS_ALL)
String targetOS = System.getProperty("intellij.build.target.os", OS_LINUX)
static final String OS_LINUX = "linux"
static final String OS_WINDOWS = "windows"
static final String OS_MAC = "mac"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment