mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Use osx-x64 for mac rid rather than macos. (#5288)
This commit is contained in:
parent
03d2c5f3d0
commit
9cc1549dbe
3 changed files with 5 additions and 5 deletions
|
@ -84,7 +84,7 @@ ${Z3_DOTNET_COMPILE_ITEMS}
|
|||
<PackagePath>runtimes\linux-x64\native</PackagePath>
|
||||
</Content>
|
||||
<Content Include="${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.dylib" Condition="Exists('${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/libz3.dylib')">
|
||||
<PackagePath>runtimes\macos\native</PackagePath>
|
||||
<PackagePath>runtimes\osx-x64\native</PackagePath>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue