mirror of https://github.com/GNOME/gimp.git
build/win: Reset tarball location on newer jhbuild versions.
This commit is contained in:
parent
ebdb803c33
commit
a4bf1ff1cb
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue