scummvm: fix compilation

This commit is contained in:
Peter Hoeg 2018-08-01 22:12:05 +08:00
parent 134c5cc8db
commit 2428f5dda1

View file

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
# They use 'install -s', that calls the native strip instead of the cross
postConfigure = ''
sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}" ports.mk
sed -i "s/-c -s/-c -s --strip-program=''${STRIP@Q}/" ports.mk
'';
meta = with stdenv.lib; {