build.html: fix last line of the Java installed to /usr/local instruction.
GitOrigin-RevId: 1a1387b3f0ba8e9fa05c2fbc9c53d937c6307ada
This commit is contained in:
parent
b25e039a99
commit
3cc0e05af6
@ -868,6 +868,9 @@ function onOptionsChanged() {
|
||||
}
|
||||
commands.push('cd ..');
|
||||
}
|
||||
if (jni_install_dir) {
|
||||
install_dir = jni_install_dir;
|
||||
}
|
||||
if (install_dir) {
|
||||
if (install_dir !== '/usr/local') {
|
||||
install_dir = 'td/tdlib';
|
||||
|
Reference in New Issue
Block a user