mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
Merge pull request #11 from schnitzeltony/master
pingus: fix build in latest environment
This commit is contained in:
@@ -16,7 +16,7 @@ SRC_URI = "\
|
||||
file://pingus.png \
|
||||
"
|
||||
|
||||
EXTRA_OESCONS = "CC='${CC}' CXX='${CXX}'"
|
||||
EXTRA_OESCONS = "CC='${CC} -fPIC' CXX='${CXX} -fPIC'"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
Reference in New Issue
Block a user