diff options
| author | Rémi Verschelde | 2018-01-05 20:37:18 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-05 20:37:45 +0100 |
| commit | db49f35ab8d2bbcf5b97a58b8a2eff064b942881 (patch) | |
| tree | 49ad34615e0c7ae865285ee9c0f513431dcea872 /platform/windows/detect.py | |
| parent | 380ee87e800e44b5e930d784dfb8aeadddf637f3 (diff) | |
| download | godot-db49f35ab8d2bbcf5b97a58b8a2eff064b942881.tar.gz godot-db49f35ab8d2bbcf5b97a58b8a2eff064b942881.tar.zst godot-db49f35ab8d2bbcf5b97a58b8a2eff064b942881.zip | |
Diffstat (limited to 'platform/windows/detect.py')
| -rw-r--r-- | platform/windows/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 489bac50f..bd05d5605 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -265,7 +265,7 @@ def configure(env): env['CXX'] = mingw_prefix + "g++" env['AR'] = mingw_prefix + "gcc-ar" env['RANLIB'] = mingw_prefix + "gcc-ranlib" - env['LD'] = mingw_prefix + "g++" + env['LINK'] = mingw_prefix + "g++" env["x86_libtheora_opt_gcc"] = True if env['use_lto']: |
