aboutsummaryrefslogtreecommitdiffstats
path: root/waf
diff options
context:
space:
mode:
Diffstat (limited to 'waf')
-rwxr-xr-xwaf2
1 files changed, 1 insertions, 1 deletions
diff --git a/waf b/waf
index e22930a..305e321 100755
--- a/waf
+++ b/waf
@@ -9,7 +9,7 @@ import os
def main():
script_path = os.path.abspath(inspect.getfile(inspect.getmodule(main)))
- project_path = os.path.dirname(script_path)
+ project_path = os.path.dirname(os.path.realpath(script_path))
Scripting.waf_entry_point(os.getcwd(), Context.WAFVERSION, project_path)
if __name__ == '__main__':