5 lines
76 B
Bash
5 lines
76 B
Bash
|
PREFIX=$PWD/static-tvos
|
||
|
cd libsodium
|
||
|
./dist-build/tvos.sh --prefix=$PREFIX
|
||
|
|