summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/_windows.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-01 10:03:16 +0800
committerruki <[email protected]>2015-06-01 10:09:10 +0800
commit7381a36a64f50a6db22155ebce996351201b90cb (patch)
treefea64527b0cf27c3d00691752ceca2a678546646 /xmake/scripts/platform/windows/_windows.lua
parenta32ad41a1812ad88043c0ecd0a09301267de9871 (diff)
add linker and make link command
Diffstat (limited to 'xmake/scripts/platform/windows/_windows.lua')
-rw-r--r--xmake/scripts/platform/windows/_windows.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/platform/windows/_windows.lua b/xmake/scripts/platform/windows/_windows.lua
index 576160719..a2feb23fa 100644
--- a/xmake/scripts/platform/windows/_windows.lua
+++ b/xmake/scripts/platform/windows/_windows.lua
@@ -43,7 +43,7 @@ function _windows.make(configs)
configs.format.static = {"", ".lib"}
configs.format.object = {"", ".obj"}
configs.format.shared = {"", ".dll"}
- configs.format.console = {"", ".exe"}
+ configs.format.execute = {"", ".exe"}
end
-- get the option menu for action: xmake config or global