diff options
| author | ruki <[email protected]> | 2026-02-07 00:52:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-07 00:52:20 +0800 |
| commit | 791292f2ee65a4ca8566c3e7a38cbcbf965ddd08 (patch) | |
| tree | b3d1bd6944c3e704828d904a0698fb8e44bf328d /tests | |
| parent | 6007059c47a51d5847772fb68e357e4869ba85b3 (diff) | |
improve run policy and missing dll
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/windows/windows_links/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/windows/windows_links/xmake.lua b/tests/projects/windows/windows_links/xmake.lua index dcb7e4e2c..57ae03712 100644 --- a/tests/projects/windows/windows_links/xmake.lua +++ b/tests/projects/windows/windows_links/xmake.lua @@ -1,6 +1,6 @@ add_rules("mode.debug", "mode.release")
-set_policy("run.gui_error_dialogs", true)
+set_policy("run.windows_error_dialog", true)
target("foo")
set_kind("shared")
|
