From ba4526dbc488771d04d333b813eed7aa9d3bce51 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 3 Jan 2021 14:44:17 +0100 Subject: [PATCH] Bugfix --- implementations/tdlight | 2 +- scripts/core/compile_tdjni.sh | 5 +++++ scripts/utils/compile-natives-package.sh | 1 + scripts/utils/compile-tdapi-package.sh | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/implementations/tdlight b/implementations/tdlight index eb41d4b..cf3cc7b 160000 --- a/implementations/tdlight +++ b/implementations/tdlight @@ -1 +1 @@ -Subproject commit eb41d4bb20964e9a7dd9cbb5b3013a4cc9d757b1 +Subproject commit cf3cc7b1d3879b384508d33d3011e170487677ba diff --git a/scripts/core/compile_tdjni.sh b/scripts/core/compile_tdjni.sh index 8c0c37d..cf6e6ad 100755 --- a/scripts/core/compile_tdjni.sh +++ b/scripts/core/compile_tdjni.sh @@ -1,6 +1,7 @@ #!/bin/bash -e # MAIN REQUIRED ENVIRONMENT VARIABLES: # OPERATING_SYSTEM_NAME = +# OPERATING_SYSTEM_NAME_SHORT = # CPU_ARCHITECTURE_NAME = # IMPLEMENTATION_NAME = # CPU_CORES = "-- -j" or "-m" on Windows @@ -12,6 +13,10 @@ if [ -z "${OPERATING_SYSTEM_NAME}" ]; then echo "Missing parameter: OPERATING_SYSTEM_NAME" exit 1 fi +if [ -z "${OPERATING_SYSTEM_NAME_SHORT}" ]; then + echo "Missing parameter: OPERATING_SYSTEM_NAME_SHORT" + exit 1 +fi if [ -z "${CPU_ARCHITECTURE_NAME}" ]; then echo "Missing parameter: CPU_ARCHITECTURE_NAME" exit 1 diff --git a/scripts/utils/compile-natives-package.sh b/scripts/utils/compile-natives-package.sh index 2e5e292..9191c6f 100755 --- a/scripts/utils/compile-natives-package.sh +++ b/scripts/utils/compile-natives-package.sh @@ -5,6 +5,7 @@ # MAIN REQUIRED ENVIRONMENT VARIABLES: # OPERATING_SYSTEM_NAME = # CPU_ARCHITECTURE_NAME = +# OPERATING_SYSTEM_NAME_SHORT = # IMPLEMENTATION_NAME = # CPU_CORES = "-- -j" or "-m" on Windows # CMAKE_EXTRA_ARGUMENTS = diff --git a/scripts/utils/compile-tdapi-package.sh b/scripts/utils/compile-tdapi-package.sh index 618acf8..d76ea83 100755 --- a/scripts/utils/compile-tdapi-package.sh +++ b/scripts/utils/compile-tdapi-package.sh @@ -5,6 +5,7 @@ # MAIN REQUIRED ENVIRONMENT VARIABLES: # OPERATING_SYSTEM_NAME = # CPU_ARCHITECTURE_NAME = +# OPERATING_SYSTEM_NAME_SHORT = # IMPLEMENTATION_NAME = # CPU_CORES = "-- -j" or "-m" on Windows # CMAKE_EXTRA_ARGUMENTS =