diff options
| author | ruki <[email protected]> | 2026-02-07 11:02:38 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-07 11:02:38 +0800 |
| commit | 15d8fed683b17f3bff4abb3d36f79fa291ac577c (patch) | |
| tree | 044a4a9b8b824cdb7aba3a513b28ae701e69cd16 /xmake/core/project | |
| parent | 4780a467c144f27a4c2f9923d030750d0f25f5a5 (diff) | |
| parent | 08f5b8a7bdac97cab8f5055a5ae9b066d2b18664 (diff) | |
Merge pull request #7302 from xmake-io/missdll
Improve run process errors
Diffstat (limited to 'xmake/core/project')
| -rw-r--r-- | xmake/core/project/policy.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/project/policy.lua b/xmake/core/project/policy.lua index 5123f0a5c..0fdd70831 100644 --- a/xmake/core/project/policy.lua +++ b/xmake/core/project/policy.lua @@ -127,6 +127,8 @@ function policy.policies() ["windows.manifest.uac.ui"] = {description = "Enable ui access for windows UAC.", type = "boolean"}, -- Automatically build before running ["run.autobuild"] = {description = "Automatically build before running.", type = "boolean"}, + -- Enable/Disable Windows Error Reporting Dialogs + ["run.windows_error_dialog"] = {description = "Enable Windows Error Reporting Dialogs during execution.", default = false, type = "boolean"}, -- Enable install rpath ["install.rpath"] = {description = "Enable install rpath.", default = true, type = "boolean"}, -- Strip package libraries for installation |
