aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-06-30 12:34:39 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-07-01 07:06:38 +0000
commit282197260f2496e60e11fee1f830e74d96d4383e (patch)
treea6c044059cf46643274bc9922d86475fdc024b98 /scripts
parent4409652fb780677f8e8e431c6da5a08d9ed245f2 (diff)
Rename the property io.bazel.UnixFileSystem to io.bazel.EnableJni because that's what it does.
In particular, it affects Windows. -- MOS_MIGRATED_REVID=126293339
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index f15b537af2..592dbdbfd9 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -244,7 +244,7 @@ function bootstrap_build() {
-client -Xms256m -XX:NewRatio=4 -XX:+HeapDumpOnOutOfMemoryError -Xverify:none -Dfile.encoding=ISO-8859-1 \
-XX:HeapDumpPath=${OUTPUT_DIR} \
-Djava.util.logging.config.file=${OUTPUT_DIR}/javalog.properties \
- -Dio.bazel.UnixFileSystem=0 \
+ -Dio.bazel.EnableJni=0 \
-jar ${ARCHIVE_DIR}/libblaze.jar \
--batch \
--install_base=${ARCHIVE_DIR} \