mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
dotnet deps hack for test
This commit is contained in:
parent
58e8b2b8d5
commit
43ee345f01
5 changed files with 29 additions and 5 deletions
|
@ -143,7 +143,7 @@ set(Z3_DOTNET_NUPKG_VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_BUILD}")
|
|||
if("${TARGET_ARCHITECTURE}" STREQUAL "i686")
|
||||
set(Z3_DOTNET_PLATFORM "x86")
|
||||
else()
|
||||
set(Z3_DOTNET_PLATFORM "Any CPU")
|
||||
set(Z3_DOTNET_PLATFORM "AnyCPU")
|
||||
endif()
|
||||
|
||||
# TODO conditional for signing. we can then enable the ``Release_delaysign`` configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue