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
f306012b
"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "edbdef7ccf88df9632ad9e31884da347d1d3cd7c"
Unverified
Commit
f306012b
authored
May 04, 2022
by
HaarigerHarald
Committed by
GitHub
May 04, 2022
Browse files
fix: file extension on windows with cp36 and cp37 (#3919)
parent
bdc7dd8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tools/FindPythonLibsNew.cmake
tools/FindPythonLibsNew.cmake
+2
-1
No files found.
tools/FindPythonLibsNew.cmake
View file @
f306012b
...
@@ -127,10 +127,11 @@ if USE_SYSCONFIG:
...
@@ -127,10 +127,11 @@ if USE_SYSCONFIG:
scheme = 'posix_prefix'
scheme = 'posix_prefix'
print(s.get_path('platinclude', scheme))
print(s.get_path('platinclude', scheme))
print(s.get_path('platlib'))
print(s.get_path('platlib'))
print(s.get_config_var('EXT_SUFFIX') or s.get_config_var('SO'))
else:
else:
print(ds.get_python_inc(plat_specific=True));
print(ds.get_python_inc(plat_specific=True));
print(ds.get_python_lib(plat_specific=True));
print(ds.get_python_lib(plat_specific=True));
print(s.get_config_var('EXT_SUFFIX') or s.get_config_var('SO'));
print(
d
s.get_config_var('EXT_SUFFIX') or
d
s.get_config_var('SO'));
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