From 0f03b26f442e1e48994163a9af68113fbaf9ac37 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 20 Jun 2013 18:07:03 +0300 Subject: Removed -tt, which is not necessary with Python 3. --- build.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build.py') 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(), []) -- cgit v1.1