changeset 8887:34d13df4165b

Fix client build in mx
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sun, 07 Apr 2013 17:04:59 +0200
parents f69a72df4939
children 89ea104f29ac
files mx/commands.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Sun Apr 07 14:53:18 2013 +0200
+++ b/mx/commands.py	Sun Apr 07 17:04:59 2013 +0200
@@ -540,7 +540,6 @@
         buildSuffix = ''
     elif vm == 'client':
         buildSuffix = '1'
-        return
     else:
         assert vm == 'graal', vm
         buildSuffix = 'graal'