summaryrefslogtreecommitdiff
path: root/third_party/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/wscript')
-rw-r--r--third_party/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/wscript b/third_party/wscript
index 9c6bccffb61..a39c1ebdc10 100644
--- a/third_party/wscript
+++ b/third_party/wscript
@@ -54,6 +54,7 @@ def configure(conf):
if conf.CONFIG_GET('ENABLE_SELFTEST'):
conf.RECURSE('socket_wrapper')
conf.RECURSE('nss_wrapper')
+ conf.RECURSE('resolv_wrapper')
def build(bld):
@@ -82,3 +83,5 @@ def build(bld):
bld.RECURSE('socket_wrapper')
if bld.CONFIG_GET('NSS_WRAPPER'):
bld.RECURSE('nss_wrapper')
+ if bld.CONFIG_GET('RESOLV_WRAPPER'):
+ bld.RECURSE('resolv_wrapper')