Skip to content

Commit

Permalink
print msvc env
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Sep 3, 2024
1 parent 524a9f8 commit 6de5bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def update_env_msvc():
print(f'Setting up environment for MSVC on {ARCH}')
env = EnvironmentInfo(ARCH).return_env()
for key, value in env.items():
print(f"{key}={value}")
os.environ[key.upper()] = value


Expand Down

0 comments on commit 6de5bc9

Please sign in to comment.