1
0
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:
Dialga 2022-07-28 23:06:56 +12:00 committed by GitHub
parent a16f9ac41f
commit 18ae726015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
)