From 3cc0e05af6789dc5ffcffb2159bfbc5309d8b41d Mon Sep 17 00:00:00 2001 From: levlam Date: Wed, 23 Oct 2019 18:58:39 +0300 Subject: [PATCH] build.html: fix last line of the Java installed to /usr/local instruction. GitOrigin-RevId: 1a1387b3f0ba8e9fa05c2fbc9c53d937c6307ada --- build.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.html b/build.html index 68a72cd7..f0d47d31 100644 --- a/build.html +++ b/build.html @@ -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';