Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8be7e43

Browse files
authored
Merge pull request#5596 from arihant2math/osx-support-313
_osx_support update to 3.13.2
2 parents82eeb23 +4308321 commit8be7e43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎Lib/_osx_support.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@ def get_platform_osx(_config_vars, osname, release, machine):
507507
# MACOSX_DEPLOYMENT_TARGET.
508508

509509
macver=_config_vars.get('MACOSX_DEPLOYMENT_TARGET','')
510+
ifmacverand'.'notinmacver:
511+
# Ensure that the version includes at least a major
512+
# and minor version, even if MACOSX_DEPLOYMENT_TARGET
513+
# is set to a single-label version like "14".
514+
macver+='.0'
510515
macrelease=_get_system_version()ormacver
511516
macver=macverormacrelease
512517

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp