use-python3-build-sh.patch 495 B

12345678910111213
  1. diff -ru nss-3.66/nss/build.sh nss-3.66.n/nss/build.sh
  2. --- nss-3.66/nss/build.sh 2021-05-28 09:50:43.000000000 +0000
  3. +++ nss-3.66.n/nss/build.sh 2021-10-15 15:20:52.027557223 +0000
  4. @@ -69,7 +69,7 @@
  5. ninja_params=()
  6. # Assume that the target architecture is the same as the host by default.
  7. -host_arch=$(python "$cwd/coreconf/detect_host_arch.py")
  8. +host_arch=$(python3 "$cwd/coreconf/detect_host_arch.py")
  9. target_arch=$host_arch
  10. # Assume that MSVC is wanted if this is running on windows.