aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rw-r--r--environment.py2
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):