mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-17 00:26:28 +00:00
8 lines
76 B
Bash
8 lines
76 B
Bash
#!/usr/bin/env bash
|
|
|
|
./scripts/get_static_libs.sh
|
|
|
|
cmake .
|
|
make
|
|
strip sist2
|