summaryrefslogtreecommitdiff
path: root/core/src/xmake
diff options
context:
space:
mode:
authorruki <[email protected]>2021-06-29 23:54:49 +0800
committerruki <[email protected]>2021-06-29 23:54:49 +0800
commit3be2aa8c6aa6bea890c7ab321628e3e8c0fd4850 (patch)
tree0389c8adf6fb02b39b65e3315fd13bcbb7586299 /core/src/xmake
parent0f2beeb90bc66bb39167662a8cae0bd11f6ab723 (diff)
remove some comments
Diffstat (limited to 'core/src/xmake')
-rw-r--r--core/src/xmake/xmake.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/xmake/xmake.lua b/core/src/xmake/xmake.lua
index eb2cc62b9..7a604301a 100644
--- a/core/src/xmake/xmake.lua
+++ b/core/src/xmake/xmake.lua
@@ -1,4 +1,3 @@
--- add target
target("xmake")
-- make as a static library
@@ -40,5 +39,5 @@ target("xmake")
if is_plat("windows") then
add_defines("UNICODE", "_UNICODE")
end
-
+