From e7c3a3ac82a82054b7752a2c1f91ad2ab76f9da7 Mon Sep 17 00:00:00 2001 From: Benjamen Meyer Date: Sat, 11 Jan 2025 00:03:44 -0500 Subject: [PATCH 1/2] Remove setting PYTHONHOME for Windows builds --- script/bootstrap.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/bootstrap.ps1 b/script/bootstrap.ps1 index 8cb171077f..88c3a2f33d 100644 --- a/script/bootstrap.ps1 +++ b/script/bootstrap.ps1 @@ -47,8 +47,4 @@ $env:VCPKG_DEFAULT_TRIPLET = $triplet [Environment]::SetEnvironmentVariable('VCPKG_DEFAULT_HOST_TRIPLET', $triplet, 'User') $env:VCPKG_DEFAULT_HOST_TRIPLET = $triplet -$pythonHome = "$VCPKG_PARENT_DIR\v\packages\python3_x64-windows\tools\python3" -[Environment]::SetEnvironmentVariable('PYTHONHOME', $pythonHome, 'User') -$env:PYTHONHOME = $pythonHome - Pop-Location From 4609051d472c96d0f4721d05365b17be8cecb900 Mon Sep 17 00:00:00 2001 From: Benjamen Meyer Date: Sun, 12 Jan 2025 16:48:55 -0500 Subject: [PATCH 2/2] Peer Review: update copyright --- script/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap.ps1 b/script/bootstrap.ps1 index 88c3a2f33d..fd6365fc52 100644 --- a/script/bootstrap.ps1 +++ b/script/bootstrap.ps1 @@ -1,6 +1,6 @@ # bootstrap.ps1 -# Copyright (C) 2021-2024 Stephen G. Tuggy and other Vega Strike contributors +# Copyright (C) 2021-2025 Stephen G. Tuggy, Benjamen R. Meyer, and other Vega Strike contributors # https://github.com/vegastrike/Vega-Strike-Engine-Source