Skip to content

Commit

Permalink
Update exiv2 dependency to v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 20, 2023
1 parent 7fcf972 commit 5238e44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ def configure_cmake(self, extension: Pybind11Extension):
}
else:
env_vars = {}
if platform.system() == "Windows":
if not self.compiler.initialized:
self.compiler.initialize()
with set_compiler_env(env_vars):
try:
pprint(dict(os.environ))
Expand Down

0 comments on commit 5238e44

Please sign in to comment.