mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #3270 from HiassofT/le9-picodrive
libretro-picodrive: drop git rev-parse call from Makefile
This commit is contained in:
commit
a8cac342a3
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user