Fix compilation issues

This commit is contained in:
2024-10-03 18:38:01 +03:00
committed by Ari Vuollet
parent 4428083c2f
commit 4a181f6839
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(CreateWindowSettings);
/// <summary>
/// True if it's a regular window, false for tooltips, context menu and other utility windows.
/// </summary>
API_FIELD() DEPRECATED bool IsRegularWindow = true;
API_FIELD() DEPRECATED("Use Type instead") bool IsRegularWindow = true;
/// <summary>
/// The type of window. The type affects the behaviour of the window in system level.

View File

@@ -195,7 +195,7 @@ namespace Flax.Deps.Dependencies
RunCmake(cmakeFolder, platform, architecture, " -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF " + cmakeArgs, envVars);
// Run build
BuildCmake(cmakeFolder, envVars);
BuildCmake(cmakeFolder, envVars: envVars);
// Deploy binaries
var libs = new[]