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