changeset 15401:27fa615f5a1c

mx export: fix VM() usage
author Bernhard Urban <bernhard.urban@jku.at>
date Fri, 25 Apr 2014 15:47:00 +0200
parents 619e823d69c4
children 5dcf0ae606f3
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Fri Apr 25 12:01:29 2014 +0200
+++ b/mx/mx_graal.py	Fri Apr 25 15:47:00 2014 +0200
@@ -175,7 +175,7 @@
     tmp = tempfile.mkdtemp(prefix='tmp', dir=_graal_home)
     if args.vmbuild:
         # Make sure the product VM binary is up to date
-        with VM(vmbuild='product'):
+        with VM(build='product'):
             build([])
 
     mx.log('Copying Java sources and mx files...')