godot/platform
Rémi Verschelde 2e4bff1cfe
SCons: Remove unnecessary $LINK overrides
As of SCons 4.0.1, the default value for $LINK is $SMARTLINK, which itself
is a function that will use $CXX as linker for C++:

https://github.com/SCons/scons/blob/4.0.1/SCons/Tool/link.py#L327-L328
https://github.com/SCons/scons/blob/4.0.1/SCons/Tool/link.py#L54-L76

So we don't need to manually specify the same value as $CXX for $LINK.
2020-11-19 16:48:03 +01:00
..
android Fix zipalign command name on Windows machines. 2020-11-18 23:30:45 -08:00
iphone Remove empty lines around braces with the formatting script 2020-11-16 23:38:11 -05:00
javascript SCons: Remove unnecessary $LINK overrides 2020-11-19 16:48:03 +01:00
linuxbsd SCons: Remove unnecessary $LINK overrides 2020-11-19 16:48:03 +01:00
osx SCons: Remove unnecessary $LINK overrides 2020-11-19 16:48:03 +01:00
server SCons: Remove unnecessary $LINK overrides 2020-11-19 16:48:03 +01:00
uwp Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
windows SCons: Remove unnecessary $LINK overrides 2020-11-19 16:48:03 +01:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00