Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
build: fix build with VS 2013 installed
Browse files Browse the repository at this point in the history
  • Loading branch information
schlamar authored and saghul committed Dec 1, 2014
1 parent 4f527d2 commit 7d3279d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_libuv.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def exec_process(cmdline, silent=True, input=None, **kwargs):


def prepare_windows_env(env):
env.pop('VS120COMNTOOLS', None)
env.pop('VS110COMNTOOLS', None)
if sys.version_info < (3, 3):
env.pop('VS100COMNTOOLS', None)
Expand Down

0 comments on commit 7d3279d

Please sign in to comment.