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