summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwaf2
1 files changed, 1 insertions, 1 deletions
diff --git a/waf b/waf
index 887215c..58d14c3 100755
--- a/waf
+++ b/waf
@@ -19,7 +19,7 @@ except Exception as e:
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)