From 261419aff3ab5ee1a4965511438aea58a13f258b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 27 Jan 2013 21:45:02 +0200 Subject: Access variables through functions that do error checking. --- shellgenerator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'shellgenerator.py') diff --git a/shellgenerator.py b/shellgenerator.py index ad375b2..863e06c 100755 --- a/shellgenerator.py +++ b/shellgenerator.py @@ -210,6 +210,7 @@ echo Run compile.sh before this or bad things will happen. commands = [] commands += compiler.get_exelist() commands += self.build.get_global_flags(compiler) + commands += target.get_extra_args(compiler.get_language()) commands += compiler.get_debug_flags() commands += compiler.get_std_warn_flags() commands += compiler.get_compile_only_flags() -- cgit v1.1