Skip to content

Commit

Permalink
gmp.lib is in Library\lib
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 25, 2017
1 parent 3731845 commit bbf46d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -52,8 +52,8 @@ install:
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Debug] conda config --add channels symengine/label/debug
- if [%COMPILER%]==[MSVC15] conda install --yes mpir=3.0.0
- if [%COMPILER%]==[MSVC15] if [%BUILD_TYPE%]==[Release] conda install --yes mpc=1.0.3 mpfr=3.1.5 llvmdev=3.9
- if [%COMPILER%]==[MSVC15] if [%LIB_TYPE%]==[lib] rm %CONDA_INSTALL_LOCN%\Library\gmp.lib
- if [%COMPILER%]==[MSVC15] if [%LIB_TYPE%]==[lib] move %CONDA_INSTALL_LOCN%\Library\gmp_static.lib %CONDA_INSTALL_LOCN%\Library\gmp.lib
- if [%COMPILER%]==[MSVC15] if [%LIB_TYPE%]==[lib] rm %CONDA_INSTALL_LOCN%\Library\lib\gmp.lib
- if [%COMPILER%]==[MSVC15] if [%LIB_TYPE%]==[lib] move %CONDA_INSTALL_LOCN%\Library\lib\gmp_static.lib %CONDA_INSTALL_LOCN%\Library\lib\gmp.lib

- if [%COMPILER%]==[MinGW] set PATH=C:\MinGW\bin;%PATH%
- if [%COMPILER%]==[MinGW] mingw-get update
Expand Down

0 comments on commit bbf46d7

Please sign in to comment.