Skip to content

Commit

Permalink
Merge branch 'master' into chore/license_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Jan 13, 2025
2 parents 3661303 + 312ae04 commit 47a316e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions script/bootstrap.ps1
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

0 comments on commit 47a316e

Please sign in to comment.