Skip to content

Commit

Permalink
Use proper library names in dependson
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 31, 2024
1 parent 02cb551 commit d65d289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Server-Common/Server-Common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Solution.Util.CreateStaticLib(mod.Name, Solution.Projects.Current.BinDir, mod.De
Solution.Util.SetDefines({"WIN32_LEAN_AND_MEAN", "NOMINMAX"})
end)

dependson {"luau-compiler", "luau-vm"}
dependson {"Luau-Compiler", "Luau-VM"}
end)

Solution.Util.CreateDep(mod.NameLow, mod.Dependencies, function()
Expand Down

0 comments on commit d65d289

Please sign in to comment.