Browse Source

do not show library support until architecture choosen

Waldemar Brodkorb 3 years ago
parent
commit
d6d39a950c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/config/Config.in.libs

+ 1 - 1
target/config/Config.in.libs

@@ -2,7 +2,7 @@
 # material, please see the LICENCE file in the top-level directory.
 
 choice
-depends on ADK_TARGET_OS_LINUX
+depends on ADK_TARGET_OS_LINUX && !ADK_TARGET_CHOOSE_ARCH
 bool "Library support"
 
 config ADK_TARGET_USE_SHARED_LIBS_ONLY