summaryrefslogtreecommitdiff
path: root/xmake/templates/c++/module.binary
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-28 23:13:31 +0800
committerruki <[email protected]>2026-02-28 23:13:31 +0800
commit0b39869ef9dca5d0f35119540a04358d6a37d8f3 (patch)
tree99f19ad5179e985a10cd6ed7566f7315d89ce15b /xmake/templates/c++/module.binary
parenta4b8b3e4d3725ada922dbd62d48f833a83746dcb (diff)
rename TARGETNAME to TARGET_NAME
Diffstat (limited to 'xmake/templates/c++/module.binary')
-rw-r--r--xmake/templates/c++/module.binary/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/c++/module.binary/xmake.lua b/xmake/templates/c++/module.binary/xmake.lua
index 47fed5bc6..d73d457d3 100644
--- a/xmake/templates/c++/module.binary/xmake.lua
+++ b/xmake/templates/c++/module.binary/xmake.lua
@@ -2,7 +2,7 @@ add_rules("mode.debug", "mode.release")
add_moduledirs("modules")
-target("${TARGETNAME}")
+target("${TARGET_NAME}")
set_kind("binary")
add_files("src/*.cpp")
on_config(function (target)