libretro.mame: remove unnecessary postPatch
This commit is contained in:
parent
0201901829
commit
de5846b44e
@ -489,11 +489,6 @@ in
|
||||
description = "Port of MAME to libretro";
|
||||
license = with lib.licenses; [ bsd3 gpl2Plus ];
|
||||
extraBuildInputs = [ alsa-lib libGLU libGL portaudio python3 xorg.libX11 ];
|
||||
postPatch = ''
|
||||
# Prevent the failure during the parallel building of:
|
||||
# make -C 3rdparty/genie/build/gmake.linux -f genie.make obj/Release/src/host/lua-5.3.0/src/lgc.o
|
||||
mkdir -p 3rdparty/genie/build/gmake.linux/obj/Release/src/host/lua-5.3.0/src
|
||||
'';
|
||||
makefile = "Makefile.libretro";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user