[build][native] don't ever fix dist, take it with API
This commit is contained in:
@@ -66,6 +66,7 @@ java_opts=(-ea \
|
||||
-Xmx3G \
|
||||
-XX:TieredStopAtLevel=1 \
|
||||
-Dfile.encoding=UTF-8 \
|
||||
-Dkonan.home=$KONAN_HOME \
|
||||
${JAVA_OPTS})
|
||||
|
||||
# Unset some environment variables which are set by XCode and may potentially affect the tool executed.
|
||||
|
||||
@@ -57,11 +57,11 @@ set "KONAN_JAR=%KONAN_LIB%\kotlin-native.jar"
|
||||
set TROVE_JAR="%KONAN_LIB%\trove4j.jar"
|
||||
|
||||
set "KONAN_CLASSPATH=%KONAN_JAR%;%TROVE_JAR%"
|
||||
|
||||
set JAVA_OPTS=-ea ^
|
||||
-Xmx3G ^
|
||||
-XX:TieredStopAtLevel=1 ^
|
||||
-Dfile.encoding=UTF-8 ^
|
||||
-Dkonan.home=%_KONAN_HOME% ^
|
||||
%JAVA_OPTS%
|
||||
|
||||
set LIBCLANG_DISABLE_CRASH_RECOVERY=1
|
||||
|
||||
Reference in New Issue
Block a user