summaryrefslogtreecommitdiff
path: root/third_party/pam_wrapper/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pam_wrapper/wscript')
-rw-r--r--third_party/pam_wrapper/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/pam_wrapper/wscript b/third_party/pam_wrapper/wscript
index 1a1e3a29bf2..ddc4bf85e11 100644
--- a/third_party/pam_wrapper/wscript
+++ b/third_party/pam_wrapper/wscript
@@ -68,7 +68,7 @@ def configure(conf):
conf.DEFINE('PAM_LIBRARY', ('"%s"' % libpam_path ))
# Create full path to pam_wrapper
- blddir = os.path.realpath(conf.blddir)
+ blddir = os.path.realpath(conf.bldnode.abspath())
libpam_wrapper_so_path = blddir + '/default/third_party/pam_wrapper/libpam-wrapper.so'
conf.DEFINE('LIBPAM_WRAPPER_SO_PATH', libpam_wrapper_so_path)