sync C++ compiler detection under Windows with the C compiler detection
This commit is contained in:
parent
0af6130fea
commit
42c00f2f50
3
wscript
3
wscript
@ -303,9 +303,10 @@ def configure(conf):
|
|||||||
|
|
||||||
|
|
||||||
def options(opt):
|
def options(opt):
|
||||||
# Disable MSVC detetion on win32: building Geany with MSVC is currently not supported
|
# Disable MSVC detection on win32: building Geany with MSVC is currently not supported
|
||||||
# If anyone wants to add support for building with MSVC, this hack should be removed.
|
# If anyone wants to add support for building with MSVC, this hack should be removed.
|
||||||
c_compiler['win32'] = ['gcc']
|
c_compiler['win32'] = ['gcc']
|
||||||
|
cxx_compiler['win32'] = ['g++']
|
||||||
|
|
||||||
opt.load('compiler_cc')
|
opt.load('compiler_cc')
|
||||||
opt.load('compiler_cxx')
|
opt.load('compiler_cxx')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user