Skip to content

Commit

Permalink
Fix pip installs on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
arsharma1 committed May 14, 2019
1 parent 655e85d commit 1dc878b
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 @@ -66,6 +66,7 @@ def initialize_options(self):
print('Warning: mfg-inspector output is not fully implemented for '
'Windows. OpenHTF will be installed without it.')
self.skip_proto = True
return

maybe_protoc = os.path.join(prefix, 'bin', 'protoc')
if os.path.isfile(maybe_protoc) and os.access(maybe_protoc, os.X_OK):
Expand Down

0 comments on commit 1dc878b

Please sign in to comment.