scummvm: fix compilation
This commit is contained in:
parent
134c5cc8db
commit
2428f5dda1
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# They use 'install -s', that calls the native strip instead of the cross
|
# They use 'install -s', that calls the native strip instead of the cross
|
||||||
postConfigure = ''
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user