mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #29998 from akien-mga/x11-builtin-libpng
SCons: Default to builtin libpng/freetype on Linux
This commit is contained in:
@@ -75,11 +75,7 @@ def get_opts():
|
||||
|
||||
def get_flags():
|
||||
|
||||
return [
|
||||
('builtin_freetype', False),
|
||||
('builtin_libpng', False),
|
||||
('builtin_zlib', False),
|
||||
]
|
||||
return []
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
||||
Reference in New Issue
Block a user