aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-06-20 18:07:03 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-06-20 18:07:03 +0300
commit0f03b26f442e1e48994163a9af68113fbaf9ac37 (patch)
treede3613cf2e90547e56c74f4d350b1cdb80497a1c /build.py
parent4f1ca2062d69a57586813ec5bcd5780f89d2f075 (diff)
downloadmeson-0f03b26f442e1e48994163a9af68113fbaf9ac37.zip
meson-0f03b26f442e1e48994163a9af68113fbaf9ac37.tar.gz
meson-0f03b26f442e1e48994163a9af68113fbaf9ac37.tar.bz2
Removed -tt, which is not necessary with Python 3.
Diffstat (limited to 'build.py')
-rw-r--r--build.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.py b/build.py
index 59a694e..a456ef7 100644
--- a/build.py
+++ b/build.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python3 -tt
-
# Copyright 2012 Jussi Pakkanen
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -57,6 +55,6 @@ class Build:
def get_configure_files(self):
return self.configure_files
-
+
def get_global_flags(self, compiler):
return self.global_args.get(compiler.get_language(), [])