mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
use netstandard1.4
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4509caf102
commit
f4ced3c164
2 changed files with 3 additions and 4 deletions
|
@ -67,10 +67,10 @@ def unpack():
|
|||
mk_dir("out/runtimes/%s" % dst)
|
||||
shutil.move("tmp/%s/bin/libz3.%s" % (package_dir, ext), "out/runtimes/%s/." % dst)
|
||||
if "win" in f:
|
||||
mk_dir("out/lib/netstandard1.0/")
|
||||
mk_dir("out/lib/netstandard1.4/")
|
||||
for b in ["Microsoft.Z3.dll"]:
|
||||
zip_ref.extract("%s/bin/%s" % (package_dir, b), "tmp")
|
||||
shutil.move("tmp/%s/bin/%s" % (package_dir, b), "out/lib/netstandard1.0/%s" % b)
|
||||
shutil.move("tmp/%s/bin/%s" % (package_dir, b), "out/lib/netstandard1.4/%s" % b)
|
||||
|
||||
def create_nuget_spec():
|
||||
mk_project.init_version()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue