Skip to content

Commit

Permalink
Merge pull request #357 from Feoramund/find-intrinsics-in-base
Browse files Browse the repository at this point in the history
Look for intrinsics in base instead of core
  • Loading branch information
DanielGavin authored Apr 18, 2024
2 parents a7f4292 + 15d21f8 commit 089ea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/collector.odin
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ collect_symbols :: proc(
symbol.pkg = "$builtin"
} else if strings.contains(uri, "intrinsics.odin") {
path := filepath.join(
elems = {common.config.collections["core"], "/intrinsics"},
elems = {common.config.collections["base"], "/intrinsics"},
allocator = context.temp_allocator,
)

Expand Down

0 comments on commit 089ea64

Please sign in to comment.