mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix -usecache failure on macos
This commit is contained in:
parent
80c94ea73e
commit
21e9b1deb0
@ -36,8 +36,10 @@ const (
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const builtin_module_names = ['builtin', 'strconv', 'strings', 'dlmalloc']
|
||||||
|
|
||||||
pub fn module_is_builtin(mod string) bool {
|
pub fn module_is_builtin(mod string) bool {
|
||||||
return mod in util.builtin_module_parts
|
return mod in util.builtin_module_names
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn tabs(n int) string {
|
pub fn tabs(n int) string {
|
||||||
|
Loading…
Reference in New Issue
Block a user