mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
na
This commit is contained in:
parent
3576b66e32
commit
f26662d079
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Linux Dependencies:
|
||||||
sym = ""
|
sym = ""
|
||||||
if symbols:
|
if symbols:
|
||||||
sym = "s"
|
sym = "s"
|
||||||
with open("out/Microsoft.Z3.x64.{sym}.nuspec", 'w') as f:
|
with open(f"out/Microsoft.Z3.x64.{sym}.nuspec", 'w') as f:
|
||||||
f.write(contents)
|
f.write(contents)
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue