mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-02 16:29:35 +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':
|
if ARGUMENTS.get('pmlpp_build_tests', 'yes') == 'no':
|
||||||
module_env.pmlpp_build_tests = False
|
module_env.pmlpp_build_tests = False
|
||||||
|
|
||||||
|
if env.msvc:
|
||||||
|
# Old classes can't build on MSVC
|
||||||
|
module_env.pmlpp_build_old_classes = False
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
"register_types.cpp",
|
"register_types.cpp",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user