Merge pull request #3270 from HiassofT/le9-picodrive

libretro-picodrive: drop git rev-parse call from Makefile
This commit is contained in:
CvH 2019-01-27 23:21:34 +01:00 committed by GitHub
commit a8cac342a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,10 @@ pre_configure_target() {
rm -rf .$TARGET_NAME
}
post_configure_target() {
sed -e "s|^GIT_VERSION :=.*$|GIT_VERSION := \" ${PKG_VERSION:0:7}\"|" -i Makefile.libretro
}
make_target() {
make -f Makefile.libretro
}