Skip to content

Commit

Permalink
v.pkgconfig: add /data/data/com.termux/files/usr/lib/pkgconfig to t…
Browse files Browse the repository at this point in the history
…he list of locations to search for .pc files
  • Loading branch information
spytheman committed Nov 25, 2024
1 parent c03b4f6 commit e61475e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/pkgconfig/pkgconfig.v
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const default_paths = [
'/usr/local/libdata/pkgconfig', // FreeBSD
'/usr/libdata/pkgconfig', // FreeBSD
'/usr/lib/i386-linux-gnu/pkgconfig', // Debian 32bit
'/data/data/com.termux/files/usr/lib/pkgconfig', // Termux
]

pub struct Options {
Expand Down

0 comments on commit e61475e

Please sign in to comment.