diff options
| author | 2026-03-03 03:20:02 +1100 | |
|---|---|---|
| committer | 2026-03-03 03:20:02 +1100 | |
| commit | daf683305d8fa8832a838f522b38e9b3594d3002 (patch) | |
| tree | b7f28ae731e274283c67249d6e7c5c0797574bd7 /scripts/src/lib.lua | |
| parent | 963f16eeeaee2a0702f08629aa6465d7f4ca60e7 (diff) | |
Hopedfully improve building in more configurations.
Diffstat (limited to 'scripts/src/lib.lua')
| -rw-r--r-- | scripts/src/lib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index 81c6fc7a3c3..52ce322ffc2 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -26,7 +26,7 @@ project "utils" ext_includedir("utf8proc"), } -if not _OPTIONS["with-system-utf8proc"] then +if _OPTIONS["with-system-utf8proc"] ~= "1" then defines { "UTF8PROC_STATIC", } |
