mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Figuring out path and package manager, logic error, using msys2 instead of mingw.
This commit is contained in:
parent
167a1772f9
commit
12fd293a5f
@ -4,8 +4,8 @@ environment:
|
||||
matrix:
|
||||
- TARGET_ARCH: x64
|
||||
CONDA_INSTALL_LOCN: C:\\Miniconda-x64
|
||||
MINGW_INSTALL_LOCN: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1
|
||||
MINGW_BIN_LOCN: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin
|
||||
MINGW_INSTALL_LOCN: C:\msys64
|
||||
MINGW_BIN_LOCN: C:\msys64\usr\bin
|
||||
CMAKE_GENERATOR: "Visual Studio 15 Win64"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user