nixpkgs/pkgs/development/interpreters/lua-5/builder.sh

7 lines
104 B
Bash
Raw Normal View History

source $stdenv/setup
makeFlags="all so sobin"
installFlags="soinstall INSTALL_ROOT=$out"
genericBuild