Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
ad2fe0ee
Commit
ad2fe0ee
authored
Oct 15, 2020
by
Henry Schreiner
Committed by
Henry Schreiner
Oct 15, 2020
Browse files
fix: pypy3 windows extension issue
parent
6bb71c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/FindPythonLibsNew.cmake
tools/FindPythonLibsNew.cmake
+1
-1
No files found.
tools/FindPythonLibsNew.cmake
View file @
ad2fe0ee
...
@@ -115,7 +115,7 @@ print('.'.join(str(v) for v in sys.version_info));
...
@@ -115,7 +115,7 @@ print('.'.join(str(v) for v in sys.version_info));
print(sys.prefix);
print(sys.prefix);
print(s.get_python_inc(plat_specific=True));
print(s.get_python_inc(plat_specific=True));
print(s.get_python_lib(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(hasattr(sys, 'gettotalrefcount')+0);
print(struct.calcsize('@P'));
print(struct.calcsize('@P'));
print(s.get_config_var('LDVERSION') or s.get_config_var('VERSION'));
print(s.get_config_var('LDVERSION') or s.get_config_var('VERSION'));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment