You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Move other lone thirdparty files to thirdparty/misc
Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp.
This commit is contained in:
@@ -677,7 +677,16 @@ if (env['builtin_openssl'] != 'no'):
|
||||
|
||||
# Module sources
|
||||
env_openssl.add_source_files(env.modules_sources, "*.cpp")
|
||||
env_openssl.add_source_files(env.modules_sources, "*.c")
|
||||
|
||||
|
||||
# Other thirdparty dependencies
|
||||
thirdparty_misc_dir = "#thirdparty/misc/"
|
||||
thirdparty_misc_sources = [
|
||||
"curl_hostcheck.c",
|
||||
]
|
||||
thirdparty_misc_sources = [thirdparty_misc_dir + file for file in thirdparty_misc_sources]
|
||||
env_openssl.add_source_files(env.modules_sources, thirdparty_misc_sources)
|
||||
|
||||
|
||||
# platform/uwp need to know openssl is available, pass to main env
|
||||
if "platform" in env and env["platform"] == "uwp":
|
||||
|
||||
Reference in New Issue
Block a user