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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user