From a931a37969e446758a22e876fd97750d7acef87e Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Tue, 20 Jun 2023 22:14:57 +0800 Subject: [PATCH] add static lib --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3895e6aeec..3c5c413f38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,8 @@ include(${TD_SUPPORT_DIR}/cmake.options) include(${TD_SUPPORT_DIR}/cmake.version) +set(TD_DEPS_DIR "x86") + if (TD_LINUX) IF (TD_ARM_64 OR TD_ARM_32) set(TD_DEPS_DIR "arm")