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