make up your damn mind, delete it or not
This commit is contained in:
parent
b6856c2aa1
commit
1d2e5ea5bc
@ -70,11 +70,6 @@ zip_ref = zipfile.ZipFile(BASSOPUSZIP, 'r')
|
||||
zip_ref.extract(BASSOPUSDLL)
|
||||
zip_ref.close()
|
||||
|
||||
if platform.system() == "Darwin":
|
||||
open("libbass.so", "wb").write(open(BASSDLL, "rb").read())
|
||||
open("libbassopus.so", "wb").write(open(BASSOPUSDLL, "rb").read())
|
||||
os.remove(BASSOPUSDLL)
|
||||
|
||||
print "installing apng"
|
||||
pip_install("apng")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user