mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
embed: move to v.embed_file, fix CI failing test
This commit is contained in:
@@ -43,7 +43,7 @@ pub mut:
|
||||
}
|
||||
|
||||
fn (mut pc PkgConfig) parse_list_no_comma(s string) []string {
|
||||
return pc.parse_list( s.replace(',', ' ') )
|
||||
return pc.parse_list(s.replace(',', ' '))
|
||||
}
|
||||
|
||||
fn (mut pc PkgConfig) parse_list(s string) []string {
|
||||
|
||||
Reference in New Issue
Block a user