airstrike: link with libm explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent e7040637e5
commit 517f2d392e

View file

@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
buildInputs = [ makeWrapper SDL SDL_image ];
NIX_LDFLAGS = [
"-lm"
];
installPhase = ''
ls -l
mkdir -p $out/bin