Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Sep 11, 2024
1 parent e3a612f commit e51108d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ndk-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,7 @@ filetype_from_url() {
case $PACKAGE_NAME in
lib*) PACKAGE_PKGTYPE=lib ;;
*lib) PACKAGE_PKGTYPE=lib ;;
*-dev) PACKAGE_PKGTYPE=lib ;;
*)
# https://github.com/golang/go/issues/59942
if [ "$PACKAGE_USE_BSYSTEM_GO" = 1 ] ; then
Expand Down

0 comments on commit e51108d

Please sign in to comment.