Merge pull request #3271 from HiassofT/le9-picodrive

libretro-picodrive: fix build error
This commit is contained in:
CvH 2019-01-28 11:36:42 +01:00 committed by GitHub
commit 21b5b4fa64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ post_configure_target() {
}
make_target() {
make -f Makefile.libretro
R= make -f Makefile.libretro
}
makeinstall_target() {