Skip to content

Commit

Permalink
Make Server-Game depend on Luau
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 31, 2024
1 parent d65d289 commit bfba43e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Server-Game/Server-Game.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Solution.Util.CreateConsoleApp(mod.Name, Solution.Projects.Current.BinDir, mod.D
['*'] = { '**.*' }
}
end)

dependson {"Luau-Compiler", "Luau-VM"}
end)

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

0 comments on commit bfba43e

Please sign in to comment.