dynamic libraries use dylib extension on Darwin

This commit is contained in:
Robert Schütz
2022-04-16 19:19:14 +00:00
committed by holger krekel
parent f581ecc805
commit 969508ae36
2 changed files with 12 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ if __name__ == "__main__":
print("running:", " ".join(cmd))
subprocess.check_call(cmd)
subprocess.check_call("rm -rf build/ src/deltachat/*.so" , shell=True)
subprocess.check_call("rm -rf build/ src/deltachat/*.so src/deltachat/*.dylib src/deltachat/*.dll" , shell=True)
if len(sys.argv) <= 1 or sys.argv[1] != "onlybuild":
subprocess.check_call([