Commit 33385c4
committed
lit: Fixing STDLIB_ENABLE_UNICODE_DATA check
Testing with unicode enabled was never actually enabled. The expansion
was missing the closing `@` symbol on the configure file so it was never
expanded, comparing "@STDLIB_ENABLE_UNICODE_DATA" with "TRUE" always
evaluates to false, and `stdlib_unicode_data` was never enabled.1 parent c88d8cf commit 33385c4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments