diff --git a/script/bootstrap.ps1 b/script/bootstrap.ps1 index 8cb171077f..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 @@ -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