mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
update for nuget/core
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
13d1ccfeaf
commit
4f4463b2b7
|
@ -456,6 +456,8 @@ def check_dotnet():
|
||||||
raise MKException('Failed testing gacutil. Set environment variable GACUTIL with the path to gacutil.')
|
raise MKException('Failed testing gacutil. Set environment variable GACUTIL with the path to gacutil.')
|
||||||
|
|
||||||
def check_dotnet_core():
|
def check_dotnet_core():
|
||||||
|
if not IS_WINDOWS:
|
||||||
|
return
|
||||||
r = exec_cmd([DOTNET, '--help'])
|
r = exec_cmd([DOTNET, '--help'])
|
||||||
if r != 0:
|
if r != 0:
|
||||||
raise MKException('Failed testing dotnet. Make sure to install and configure dotnet core utilities')
|
raise MKException('Failed testing dotnet. Make sure to install and configure dotnet core utilities')
|
||||||
|
|
Loading…
Reference in a new issue