3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

dotnet deps hack for test

This commit is contained in:
Yatao Li 2019-01-15 03:06:36 +09:00
parent 58e8b2b8d5
commit 43ee345f01
5 changed files with 29 additions and 5 deletions

View file

@ -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