diff options
author | dankan1890 <mewuidev2@gmail.com> | 2019-05-26 23:59:14 +0200 |
---|---|---|
committer | dankan1890 <mewuidev2@gmail.com> | 2019-05-26 23:59:14 +0200 |
commit | 03c210f7b2df9c57daa7f89c55c2316938103066 (patch) | |
tree | 35699dd3f18cd421b118098913a9d242741ce3da | |
parent | 0d8f1ba6a9182d1f1af39097e2165fc9807377f5 (diff) |
Fixed typo in SConstruct
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 88bb43fbc7..da91e7bc1d 100644 --- a/SConstruct +++ b/SConstruct @@ -149,7 +149,7 @@ opts.Add(BoolVariable('builtin_libwebsockets', "Use the built-in libwebsockets l opts.Add(BoolVariable('builtin_mbedtls', "Use the built-in mbedTLS library", True)) opts.Add(BoolVariable('builtin_miniupnpc', "Use the built-in miniupnpc library", True)) opts.Add(BoolVariable('builtin_opus', "Use the built-in Opus library", True)) -opts.Add(BoolVariable('builtin_pcre2', "Use the built-in PCRE2 library)", True)) +opts.Add(BoolVariable('builtin_pcre2', "Use the built-in PCRE2 library", True)) opts.Add(BoolVariable('builtin_recast', "Use the built-in Recast library", True)) opts.Add(BoolVariable('builtin_squish', "Use the built-in squish library", True)) opts.Add(BoolVariable('builtin_xatlas', "Use the built-in xatlas library", True)) |