mirror of
https://github.com/urbit/shrub.git
synced 2024-11-25 07:12:10 +03:00
cc3a139440
This vendors libaes_siv so that we can use it to jet +sivc:aes:crypto.
8 lines
93 B
Bash
8 lines
93 B
Bash
source $stdenv/setup
|
|
|
|
cp -r $src ./src
|
|
chmod -R u+w ./src
|
|
cd ./src
|
|
|
|
PREFIX=$out make install
|