diff --git a/.appveyor.yml b/.appveyor.yml index 1f0feaa0b..0169e2f73 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -52,7 +52,7 @@ install: m2w64-ntldd-git # get deps - - cmd: conda install -c conda-forge cmake libnetcdf + - cmd: conda install -c conda-forge cmake libnetcdf libaec #---------------------------------# # build configuration # @@ -74,7 +74,7 @@ build_script: -D ENABLE_FORTRAN=0 ^ -D ENABLE_NETCDF=1 ^ -D ENABLE_JPG=1 ^ - -D ENABLE_AEC=0 ^ + -D ENABLE_AEC=1 ^ -D IEEE_LE=1 ^ -D ENABLE_MEMFS=1 ^ -D ENABLE_EXPERIMENTAL_BUILD_WITH_CXX=1 ^