1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builder: add 'builtin' to builtin_module_parts instead of .clone()

This commit is contained in:
Delyan Angelov
2020-06-11 19:23:13 +03:00
parent b2428290f9
commit 05177b9dcb
3 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ pub const (
// math.bits is needed by strconv.ftoa
pub const (
builtin_module_parts = ['math.bits', 'strconv', 'strconv.ftoa', 'hash.wyhash', 'strings']
builtin_module_parts = ['math.bits', 'strconv', 'strconv.ftoa', 'hash.wyhash', 'strings', 'builtin']
)
pub const (