We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f06e268 commit b0dd4b2Copy full SHA for b0dd4b2
cmake/PythonCopyStandardLib.py
@@ -41,5 +41,5 @@
41
shutil.rmtree(os.path.join(root, this_dir))
42
43
# on Windows the site_packages folder is inside the standard lib folder, so we need to delete that too
44
-if os.path.exists(os.path.join(target_dir, 'site_packages')):
45
- shutil.rmtree(os.path.join(target_dir, 'site_packages'))
+if os.path.exists(os.path.join(target_dir, 'site-packages')):
+ shutil.rmtree(os.path.join(target_dir, 'site-packages'))
0 commit comments