Skip to content

Commit c20409e

Browse files
committed
use isPlatform mali rather than odroid
1 parent f598468 commit c20409e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function getDepends() {
127127
echo "Did not find needed package(s): ${packages[@]}. I am trying to install them now."
128128

129129
# workaround to force installation of our fixed libsdl1.2 and custom compiled libsdl2 for rpi
130-
if isPlatform "rpi" || isPlatform "odroid"; then
130+
if isPlatform "rpi" || isPlatform "mali"; then
131131
local temp=()
132132
for required in ${packages[@]}; do
133133
if isPlatform "rpi" && [[ "$required" == "libsdl1.2-dev" ]]; then

0 commit comments

Comments
 (0)