Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
478B

  1. diff -Naur Python-3.8.0-orig/Lib/venv/scripts/common/activate Python-3.8.0/Lib/venv/scripts/common/activate
  2. --- Python-3.8.0-orig/Lib/venv/scripts/common/activate 2019-10-14 16:34:47.000000000 +0300
  3. +++ Python-3.8.0/Lib/venv/scripts/common/activate 2019-10-22 10:05:22.783203700 +0300
  4. @@ -37,7 +37,7 @@
  5. # unset irrelevant variables
  6. deactivate nondestructive
  7. -VIRTUAL_ENV="__VENV_DIR__"
  8. +VIRTUAL_ENV=$(cygpath "__VENV_DIR__")
  9. export VIRTUAL_ENV
  10. _OLD_VIRTUAL_PATH="$PATH"