mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v.pkgconfig: add the default path for Debian 32bit (#15250)
This commit is contained in:
parent
a16f9ac41f
commit
18ae726015
@ -16,6 +16,7 @@ const (
|
||||
'/usr/share/pkgconfig',
|
||||
'/opt/homebrew/lib/pkgconfig', // Brew on macOS
|
||||
'/usr/local/libdata/pkgconfig', // FreeBSD
|
||||
'/usr/lib/i386-linux-gnu/pkgconfig', // Debian 32bit
|
||||
]
|
||||
version = '0.3.2'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user