From c5ac1413f0108d111160711b00eec61c81c5e293 Mon Sep 17 00:00:00 2001 From: Daniel Rakos Date: Tue, 18 Jul 2023 16:18:46 +0200 Subject: build: Add API_TYPE variable --- scripts/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index ad467ae0..3038d6e6 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -40,6 +40,8 @@ if (UPDATE_DEPS) endif() list(APPEND update_dep_command "--config") list(APPEND update_dep_command "${_build_type}") + list(APPEND update_dep_command "--api") + list(APPEND update_dep_command "${API_TYPE}") set(UPDATE_DEPS_DIR_SUFFIX "${_build_type}") if (ANDROID) -- cgit v1.2.3