build/win: Reset tarball location on newer jhbuild versions.

This commit is contained in:
Michael Henning 2014-07-30 10:33:09 -04:00
parent ebdb803c33
commit a4bf1ff1cb
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ else:
# prefix: target path to install the compiled binaries # prefix: target path to install the compiled binaries
checkoutroot = os.environ['PWD']+'/checkout/' checkoutroot = os.environ['PWD']+'/checkout/'
prefix = os.environ['PWD'] + '/targets/' + module + flavour_ext + '/' prefix = os.environ['PWD'] + '/targets/' + module + flavour_ext + '/'
tarballdir = None
os.environ['prefix'] = prefix os.environ['prefix'] = prefix