aboutsummaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-02-06 23:51:12 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2013-02-06 23:51:12 +0200
commit8d1641d6a42e0a5f6db03bc38d252d3712195929 (patch)
treedf971e4eb4c05cf3b1b3cae8799a31ab6bf321b3 /builder.py
parent5dd4122c65f1f5ac8444fc2475cf5bd31bb533ea (diff)
downloadmeson-8d1641d6a42e0a5f6db03bc38d252d3712195929.zip
meson-8d1641d6a42e0a5f6db03bc38d252d3712195929.tar.gz
meson-8d1641d6a42e0a5f6db03bc38d252d3712195929.tar.bz2
Use relative paths for file names.
Diffstat (limited to 'builder.py')
-rwxr-xr-xbuilder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder.py b/builder.py
index 4c4510a..daa7cec 100755
--- a/builder.py
+++ b/builder.py
@@ -96,5 +96,6 @@ if __name__ == '__main__':
builder = BuilderApp(dir1, dir2, options)
print ('Source dir: ' + builder.source_dir)
print ('Build dir: ' + builder.build_dir)
+ os.chdir(builder.build_dir)
builder.generate()