mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pkgconfig: add support for Fedora and CentOS Linux. (#8237)
This commit is contained in:
parent
242c5760f1
commit
d97543605b
@ -6,9 +6,11 @@ import os
|
||||
const (
|
||||
default_paths = [
|
||||
'/usr/local/lib/x86_64-linux-gnu/pkgconfig',
|
||||
'/usr/local/lib64/pkgconfig',
|
||||
'/usr/local/lib/pkgconfig',
|
||||
'/usr/local/share/pkgconfig',
|
||||
'/usr/lib/x86_64-linux-gnu/pkgconfig',
|
||||
'/usr/lib64/pkgconfig',
|
||||
'/usr/lib/pkgconfig',
|
||||
'/usr/share/pkgconfig',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user