diff options
| author | Martin Ridgers <[email protected]> | 2021-11-17 13:48:02 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-17 13:49:28 +0100 |
| commit | ecb794a272b5c7bb847dcf23c5c14a2310deabbb (patch) | |
| tree | 9cb2cc64dcfc2215f5fcc31932668098ff1e8eef /xmake.lua | |
| parent | Silenced version spam (diff) | |
| download | zen-ecb794a272b5c7bb847dcf23c5c14a2310deabbb.tar.xz zen-ecb794a272b5c7bb847dcf23c5c14a2310deabbb.zip | |
Submitted some debug printing in error
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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") |