diff --git a/third_party/socket_wrapper/wscript b/third_party/socket_wrapper/wscript index a0ee4f2f9325..ffaba913e849 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)