mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
Don't try to build old classes with msvc.
This commit is contained in:
parent
1498a17ec6
commit
11d10c5ca5
4
SCsub
4
SCsub
@ -13,6 +13,10 @@ if ARGUMENTS.get('pmlpp_build_old_classes', 'yes') == 'no':
|
||||
if ARGUMENTS.get('pmlpp_build_tests', 'yes') == 'no':
|
||||
module_env.pmlpp_build_tests = False
|
||||
|
||||
if env.msvc:
|
||||
# Old classes can't build on MSVC
|
||||
module_env.pmlpp_build_old_classes = False
|
||||
|
||||
sources = [
|
||||
"register_types.cpp",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user