Fix compilation issues
This commit is contained in:
@@ -147,7 +147,7 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(CreateWindowSettings);
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// True if it's a regular window, false for tooltips, context menu and other utility windows.
|
/// True if it's a regular window, false for tooltips, context menu and other utility windows.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
API_FIELD() DEPRECATED bool IsRegularWindow = true;
|
API_FIELD() DEPRECATED("Use Type instead") bool IsRegularWindow = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The type of window. The type affects the behaviour of the window in system level.
|
/// The type of window. The type affects the behaviour of the window in system level.
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ namespace Flax.Deps.Dependencies
|
|||||||
RunCmake(cmakeFolder, platform, architecture, " -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF " + cmakeArgs, envVars);
|
RunCmake(cmakeFolder, platform, architecture, " -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF " + cmakeArgs, envVars);
|
||||||
|
|
||||||
// Run build
|
// Run build
|
||||||
BuildCmake(cmakeFolder, envVars);
|
BuildCmake(cmakeFolder, envVars: envVars);
|
||||||
|
|
||||||
// Deploy binaries
|
// Deploy binaries
|
||||||
var libs = new[]
|
var libs = new[]
|
||||||
|
|||||||
Reference in New Issue
Block a user