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

SCons: add methods.using_clang to check used compiler

Also rename `use_gcc` to `using_gcc` to make it clear that it returns
a config but does not alter it.
This commit is contained in:
Rémi Verschelde
2019-04-05 12:51:15 +02:00
parent 6a33727cb1
commit e4a96164b6
4 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
import os
import platform
import sys
from methods import get_compiler_version, use_gcc
# This file is mostly based on platform/x11/detect.py.
# If editing this file, make sure to apply relevant changes here too.