mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
fix: pypy3 windows extension issue
This commit is contained in:
parent
6bb71c48d5
commit
ad2fe0ee7b
@ -115,7 +115,7 @@ print('.'.join(str(v) for v in sys.version_info));
|
||||
print(sys.prefix);
|
||||
print(s.get_python_inc(plat_specific=True));
|
||||
print(s.get_python_lib(plat_specific=True));
|
||||
print(s.get_config_var('SO'));
|
||||
print(s.get_config_var('SO') or s.get_config_var('EXT_SUFFIX'));
|
||||
print(hasattr(sys, 'gettotalrefcount')+0);
|
||||
print(struct.calcsize('@P'));
|
||||
print(s.get_config_var('LDVERSION') or s.get_config_var('VERSION'));
|
||||
|
Loading…
Reference in New Issue
Block a user