1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Replace HTTP links with HTTPS for sites with HTTPS versions

This commit is contained in:
Aaron Franke
2021-08-21 20:56:25 -05:00
parent bb1c930a41
commit ae1702bee5
55 changed files with 83 additions and 83 deletions

View File

@@ -93,7 +93,7 @@ def configure(env):
install_ndk_if_needed(env)
# Workaround for MinGW. See:
# http://www.scons.org/wiki/LongCmdLinesOnWin32
# https://www.scons.org/wiki/LongCmdLinesOnWin32
if os.name == "nt":
import subprocess