3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-12-21 16:18:07 -08:00
parent 3576b66e32
commit f26662d079

View file

@ -114,7 +114,7 @@ Linux Dependencies:
sym = ""
if symbols:
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)
def main():