You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Convert en_GB spelling to en_US with codespell
This commit is contained in:
@@ -271,7 +271,7 @@ def configure(env: "Environment"):
|
||||
env.Append(LIBS=["miniupnpc"])
|
||||
|
||||
# On Linux wchar_t should be 32-bits
|
||||
# 16-bit library shouldn't be required due to compiler optimisations
|
||||
# 16-bit library shouldn't be required due to compiler optimizations
|
||||
if not env["builtin_pcre2"]:
|
||||
env.ParseConfig("pkg-config libpcre2-32 --cflags --libs")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user