Skip to content

Commit

Permalink
Add vs2017 as explicit build requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtraag committed Feb 11, 2020
1 parent 83a33c7 commit 495c93c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:: Configure
set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise
call "%VCINSTALLDIR%\VC\Auxiliary\Build\vcvars64.bat"
set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
call "%VCINSTALLDIR%VC\Auxiliary\Build\vcvars64.bat"

set CONF=Release
if "%ARCH%" == "64" (
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
- vs2017_{{ target_platform }} # [win]
- pkg-config # [not win]
- cmake # [win]
- make # [not win]
- python # [win]
- msinttypes # [win]
Expand Down

0 comments on commit 495c93c

Please sign in to comment.