Skip to content

Commit

Permalink
Update global.pri
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Dec 11, 2021
1 parent e9e0841 commit 6a97ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ run-without-python {
}
# PYVER contains just major.minor
PYVER=$$system(python$$PYV -c \"import platform; print(\'.\'.join(platform.python_version_tuple()[:2]))\")
PYVERNODOT=$$replace(PYVER,\.,)
PYVERNODOT=$$replace(PYVER,\\.,)
# PYTHON_VERSION contains major.minor.micro
PYTHON_VERSION=$$system(python$$PYV -c \"import platform; print(platform.python_version())\")
# PYTHON_SITE_PACKAGES contains the location of the site-packages directory
Expand Down

0 comments on commit 6a97ce0

Please sign in to comment.