mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
dynamic libraries use dylib extension on Darwin
This commit is contained in:
committed by
holger krekel
parent
f581ecc805
commit
969508ae36
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user