mirror of
https://github.com/chatmail/core.git
synced 2026-04-05 23:22:11 +03:00
fix python data2/string handling and reduce extra code needed
This commit is contained in:
@@ -19,6 +19,7 @@ if __name__ == "__main__":
|
||||
cmd = ["cargo", "build", "-p", "deltachat_ffi"]
|
||||
if target == 'release':
|
||||
cmd.append("--release")
|
||||
print("running:", " ".join(cmd))
|
||||
subprocess.check_call(cmd)
|
||||
subprocess.check_call("rm -rf build/ src/deltachat/*.so" , shell=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user