summaryrefslogtreecommitdiff
path: root/xmake/scripts/faq.lua
diff options
context:
space:
mode:
authorHorror Proton <[email protected]>2023-05-19 12:46:53 +0800
committerHorror Proton <[email protected]>2023-05-19 12:46:53 +0800
commit5e8c007654bb83130a1f1651d7efa34a5dcd7f80 (patch)
tree065a8cd8638a25b58958319b0069328feffb80f1 /xmake/scripts/faq.lua
parent024646ad6a90f88ae54caa3f450189b407dea7c7 (diff)
Fix typos
Diffstat (limited to 'xmake/scripts/faq.lua')
-rw-r--r--xmake/scripts/faq.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/faq.lua b/xmake/scripts/faq.lua
index 067d96dc4..770bfde64 100644
--- a/xmake/scripts/faq.lua
+++ b/xmake/scripts/faq.lua
@@ -38,7 +38,7 @@
-- -- add debug and release modes
-- add_rules("mode.debug", "mode.release")
--
--- -- add macro defination
+-- -- add macro definition
-- add_defines("NDEBUG", "_GNU_SOURCE=1")
--
-- -- set warning all as error