You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Drop nedmalloc which is apparently not used anymore
(cherry picked from commit f63bf12193)
This commit is contained in:
@@ -34,10 +34,9 @@ def get_flags():
|
||||
|
||||
return [
|
||||
('tools', 'no'),
|
||||
('nedmalloc', 'no'),
|
||||
('builtin_zlib', 'no'),
|
||||
('openssl','builtin'), #use builtin openssl
|
||||
]
|
||||
('openssl', 'builtin'), #use builtin openssl
|
||||
]
|
||||
|
||||
|
||||
def create(env):
|
||||
|
||||
Reference in New Issue
Block a user