shrub/nix/deps/uv/builder.sh

10 lines
176 B
Bash
Raw Normal View History

2019-03-05 03:43:53 +03:00
source $stdenv/setup
cp -r $src ./src
chmod -R a+w ./src
cd ./src
LIBTOOLIZE=libtoolize ./autogen.sh
bash ./configure --prefix=$out --host=$host $configureFlags
2019-03-05 03:43:53 +03:00
make install