浏览代码

gawk is required on Darwin for Linux compile

Waldemar Brodkorb 8 年之前
父节点
当前提交
a089617bd3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/config/Config.in.tools

+ 1 - 0
target/config/Config.in.tools

@@ -67,6 +67,7 @@ config ADK_HOST_BUILD_FINDUTILS
 
 config ADK_HOST_BUILD_GAWK
 	bool
+	default y if ADK_HOST_DARWIN
 	default n
 
 config ADK_HOST_BUILD_GREP