We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f598468 commit c20409eCopy full SHA for c20409e
scriptmodules/helpers.sh
@@ -127,7 +127,7 @@ function getDepends() {
127
echo "Did not find needed package(s): ${packages[@]}. I am trying to install them now."
128
129
# workaround to force installation of our fixed libsdl1.2 and custom compiled libsdl2 for rpi
130
- if isPlatform "rpi" || isPlatform "odroid"; then
+ if isPlatform "rpi" || isPlatform "mali"; then
131
local temp=()
132
for required in ${packages[@]}; do
133
if isPlatform "rpi" && [[ "$required" == "libsdl1.2-dev" ]]; then
0 commit comments