diff options
Diffstat (limited to 'environment.py')
-rw-r--r-- | environment.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environment.py b/environment.py index b3cbcaf..bbee90b 100644 --- a/environment.py +++ b/environment.py @@ -437,6 +437,8 @@ class JavaCompiler(): return [] def get_output_flags(self, subdir): + if subdir == '': + subdir = './' return ['-d', subdir, '-s', subdir] def get_linker_output_flags(self, outputname): |