aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-03-08 19:39:03 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-03-08 19:39:03 +0200
commit3f46cd7fb30e3a478c44cac565d2ae12c72a0c25 (patch)
tree42c26ddfbb871bededf9fcfc278f80106e7ecf52 /meson.py
parentc0f097c0c74551972f7ec2203cd960824984f058 (diff)
downloadmeson-3f46cd7fb30e3a478c44cac565d2ae12c72a0c25.zip
meson-3f46cd7fb30e3a478c44cac565d2ae12c72a0c25.tar.gz
meson-3f46cd7fb30e3a478c44cac565d2ae12c72a0c25.tar.bz2
Added gobject-introspection to gnome module.
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.py b/meson.py
index 374b401..576edc8 100755
--- a/meson.py
+++ b/meson.py
@@ -150,7 +150,6 @@ if __name__ == '__main__':
else:
handshake = False
options = parser.parse_args(args[1:])
- print(options.directories)
args = options.directories
if len(args) == 0 or len(args) > 2:
print('%s <source directory> <build directory>' % sys.argv[0])