mirror of
https://github.com/circify/circ.git
synced 2026-01-21 03:27:57 -05:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
mkdir -p -- third_party/ABY/build
|
|
cd third_party/ABY/build
|
|
cmake .. -DABY_BUILD_EXE=On
|
|
make
|