Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot committed Mar 10, 2023
1 parent 0af64bc commit 3d8aa20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os
import sys

#from https://stackoverflow.com/questions/14697629/running-a-bat-file-though-python-in-current-process
def init_vsvars():
vswhere_path = r"%ProgramFiles(x86)%/Microsoft Visual Studio/Installer/vswhere.exe"
vswhere_path = os.path.expandvars(vswhere_path)
Expand Down

0 comments on commit 3d8aa20

Please sign in to comment.