Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 2, 2024
1 parent db80664 commit 0957481
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -8623,6 +8623,10 @@ __install_gcc_via_syspm() {
if [ -f /etc/os-release ] ; then
. /etc/os-release

if [ "$ID" = 'opensuse-leap' ] ; then
ID='opensuse_leap'
fi

__install_gcc_via_syspm_$ID
fi
}
Expand Down

0 comments on commit 0957481

Please sign in to comment.