Skip to content

Commit

Permalink
Disable autodep scripts
Browse files Browse the repository at this point in the history
They are Linux only, so don't include them.
The autodeps machinery itself can stay.
  • Loading branch information
lazka committed May 5, 2024
1 parent 4578696 commit 3c14b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/libmakepkg/autodep/library_depends.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LIBMAKEPKG_AUTODEP_LIBRARY_DEPENDS_SH=1

MAKEPKG_LIBRARY=${MAKEPKG_LIBRARY:-'@libmakepkgdir@'}

autodep_functions+=('library_depends')
# autodep_functions+=('library_depends')

library_depends() {
if check_option "autodeps" "y"; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/libmakepkg/autodep/library_provides.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LIBMAKEPKG_AUTODEP_LIBRARY_PROVIDES_SH=1

MAKEPKG_LIBRARY=${MAKEPKG_LIBRARY:-'@libmakepkgdir@'}

autodep_functions+=('library_provides')
# autodep_functions+=('library_provides')

library_provides() {
if check_option "autodeps" "y"; then
Expand Down

0 comments on commit 3c14b2a

Please sign in to comment.