Skip to content

Commit 2b41867

Browse files
committed
Try another fix for dll missing in appveyor
1 parent 500070a commit 2b41867

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,13 @@ install:
9191
- if [%WITH_MPC%]==[yes] cmake -DWITH_MPC=yes ..
9292
- if [%WITH_LLVM%]==[yes] cmake -DWITH_LLVM=yes -DMSVC_USE_MT=no ..
9393

94-
- cmake -DBUILD_SHARED_LIBS=yes -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no ..
94+
- cmake -DBUILD_SHARED_LIBS=yes -DBUILD_TESTS=no -DBUILD_BENCHMARKS=no -DCMAKE_INSTALL_PREFIX=C:\symengine ..
9595

9696
- cmake --build . --config %BUILD_TYPE% --target install
9797
- cd ../../
98-
- set PATH="C:/Program Files (x86)/symengine/bin";%PATH%
99-
- set PATH="C:/Program Files/symengine/bin";%PATH%
10098

10199
build_script:
102-
100+
- set PATH=C:\symengine\bin\;%PATH%
103101
- if [%COMPILER%]==[MSVC15] python setup.py install build_ext --compiler=msvc --build-type=%BUILD_TYPE%
104102
- if [%COMPILER%]==[MinGW] python setup.py install build_ext --compiler=mingw --inplace
105103
- if [%COMPILER%]==[MinGW-w64] python setup.py install build_ext --compiler=mingw --inplace

0 commit comments

Comments
 (0)