mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Fixed beef workspace build
This commit is contained in:
@@ -14,12 +14,12 @@ class BeefWorkspaceModule : Module
|
||||
{
|
||||
if (buildInfo.BuildDebug)
|
||||
{
|
||||
await RunAsync("beefbuild", $"-workspace={buildInfo.WorkingDirectory.WorkspaceRoot} -config=debug");
|
||||
await RunAsync("beefbuild", "-config=Debug");
|
||||
}
|
||||
|
||||
if (buildInfo.BuildRelease)
|
||||
{
|
||||
await RunAsync("beefbuild", $"-workspace={buildInfo.WorkingDirectory.WorkspaceRoot} -config=release");
|
||||
await RunAsync("beefbuild", "-config=Release");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user