aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-11-17 13:48:02 +0100
committerMartin Ridgers <[email protected]>2021-11-17 13:49:28 +0100
commitecb794a272b5c7bb847dcf23c5c14a2310deabbb (patch)
tree9cb2cc64dcfc2215f5fcc31932668098ff1e8eef /xmake.lua
parentSilenced version spam (diff)
downloadzen-ecb794a272b5c7bb847dcf23c5c14a2310deabbb.tar.xz
zen-ecb794a272b5c7bb847dcf23c5c14a2310deabbb.zip
Submitted some debug printing in error
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index d93f73c4f..a05b7e93c 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -71,7 +71,6 @@ end
function add_define_by_config(define, config_name)
local value = has_config(config_name) and 1 or 0
add_defines(define.."="..value)
- print(define.."="..value)
end
option("zensentry")