mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
add mac build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
dc01266354
commit
76eae5fa5c
9
scripts/vsts-mac.sh
Normal file
9
scripts/vsts-mac.sh
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
mkdir build
|
||||||
|
CSC=/usr/bin/csc GACUTIL=/usr/bin/gacutil CXX=clang++ CC=clang python scripts/mk_make.py -x --dotnet --java --python
|
||||||
|
cd build
|
||||||
|
make
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue