summaryrefslogtreecommitdiff
path: root/third_party/resolv_wrapper/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/resolv_wrapper/wscript')
-rw-r--r--third_party/resolv_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/resolv_wrapper/wscript b/third_party/resolv_wrapper/wscript
index 7cd1d90b8fa..93fec427b5d 100644
--- a/third_party/resolv_wrapper/wscript
+++ b/third_party/resolv_wrapper/wscript
@@ -55,7 +55,7 @@ def configure(conf):
conf.DEFINE("HAVE_NS_NAME_COMPRESS", 1)
# Create full path to resolv_wrapper
- blddir = os.path.realpath(conf.blddir)
+ blddir = os.path.realpath(conf.bldnode.abspath())
libresolv_wrapper_so_path = blddir + '/default/third_party/resolv_wrapper/libresolv-wrapper.so'
conf.DEFINE('LIBRESOLV_WRAPPER_SO_PATH', libresolv_wrapper_so_path)