Skip to content

Commit

Permalink
third_party/socket_wrapper/wscript: update to handle waf 2.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bokovoy <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
abbra authored and abartlet committed Sep 5, 2018
1 parent 4c44153 commit 051e7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/socket_wrapper/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 051e7e7

Please sign in to comment.