android/build.py: remove duplicate import
This commit is contained in:
parent
3f2016e552
commit
100e471b49
|
@ -60,7 +60,6 @@ sys.path[0] = os.path.join(mpd_path, 'python')
|
||||||
|
|
||||||
# output directories
|
# output directories
|
||||||
from build.dirs import lib_path, tarball_path, src_path
|
from build.dirs import lib_path, tarball_path, src_path
|
||||||
from build.meson import configure as run_meson
|
|
||||||
|
|
||||||
arch_path = os.path.join(lib_path, arch)
|
arch_path = os.path.join(lib_path, arch)
|
||||||
build_path = os.path.join(arch_path, 'build')
|
build_path = os.path.join(arch_path, 'build')
|
||||||
|
|
Loading…
Reference in New Issue