diff options
author | dir <dir@ableton.com> | 2017-03-23 15:39:36 +0100 |
---|---|---|
committer | dir <dir@ableton.com> | 2017-03-23 15:42:10 +0100 |
commit | 755e2bbbfc2a12fc8f56b9c01ff8c3016ba6d7a8 (patch) | |
tree | febc85f5315e3a85c7d45328bdf332e94fd37aa8 /target | |
parent | a455c0620f3f54e8b261520014916e2d18a8c6fe (diff) |
Add objconv package
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 46a73c542..c39916044 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -87,6 +87,11 @@ config ADK_HOST_BUILD_GAWK default y if ADK_HOST_DARWIN default n +config ADK_HOST_BUILD_OBJCONV + bool + default y if ADK_HOST_DARWIN + default n + config ADK_HOST_BUILD_GREP bool default n |