mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
Reorganize runtime package
This commit is contained in:
+1
-1
@@ -1733,7 +1733,7 @@ void check_map_type(Checker *c, Type *type, AstNode *node) {
|
||||
type->Map.value = value;
|
||||
|
||||
if (is_type_string(key)) {
|
||||
add_preload_dependency(c, "__default_hash_string");
|
||||
add_package_dependency(c, "runtime", "__default_hash_string");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user