3
0
Fork 0
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:
Nikolaj Bjorner 2018-03-20 16:57:01 -07:00
parent dc01266354
commit 76eae5fa5c

9
scripts/vsts-mac.sh Normal file
View 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