mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
-Added OpenSSL and HTTPS support
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
This commit is contained in:
parent
7fadc2f93a
commit
87f37bc5a3
1382 changed files with 489992 additions and 2790 deletions
|
|
@ -37,7 +37,8 @@ def get_flags():
|
|||
('tools', 'no'),
|
||||
('nedmalloc', 'no'),
|
||||
('builtin_zlib', 'no'),
|
||||
]
|
||||
('openssl','builtin'), #use builtin openssl
|
||||
]
|
||||
|
||||
|
||||
def create(env):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue