Commit d1d44a4f authored by Max Kellermann's avatar Max Kellermann

{android,win32}/build.py: move tarballs to subdirectory "download"

parent 6837a672
......@@ -37,7 +37,7 @@ mpd_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]) or '.', '..
# output directories
lib_path = os.path.abspath('lib')
tarball_path = lib_path
tarball_path = os.path.join(lib_path, 'download')
src_path = os.path.join(lib_path, 'src')
arch_path = os.path.join(lib_path, host_arch)
build_path = os.path.join(arch_path, 'build')
......
......@@ -19,7 +19,7 @@ mpd_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]) or '.', '..
# output directories
lib_path = os.path.abspath('lib')
tarball_path = lib_path
tarball_path = os.path.join(lib_path, 'download')
src_path = os.path.join(lib_path, 'src')
arch_path = os.path.join(lib_path, host_arch)
build_path = os.path.join(arch_path, 'build')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment