summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--third_party/socket_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/socket_wrapper/wscript b/third_party/socket_wrapper/wscript
index a0ee4f2f932..ffaba913e84 100644
--- a/third_party/socket_wrapper/wscript
+++ b/third_party/socket_wrapper/wscript
@@ -72,7 +72,7 @@ def configure(conf):
define='HAVE_EVENTFD_UNSIGNED_INT', headers='sys/eventfd.h')
# Create full path to socket_wrapper
- blddir = os.path.realpath(conf.blddir)
+ blddir = os.path.realpath(conf.bldnode.abspath())
libsocket_wrapper_so_path = blddir + '/default/third_party/socket_wrapper/libsocket-wrapper.so'
conf.DEFINE('LIBSOCKET_WRAPPER_SO_PATH', libsocket_wrapper_so_path)