We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5943fd commit 48f767eCopy full SHA for 48f767e
python/build.py
@@ -9,6 +9,7 @@
9
10
def get_os_name():
11
name = platform.platform()
12
+
13
# in python 3.8, platform.platform() uses mac_ver() on macOS
14
# it will return 'macOS-XXXX' instead of 'Darwin-XXXX'
15
0 commit comments