Skip to content

Commit cbe58b3

Browse files
committed
windows failed build fix attempt
1 parent 2536c9a commit cbe58b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ endif
108108
condaenv:
109109
# ifeq ($(shell uname -s),MINGW64_NT-10.0-18362)
110110
ifeq ($(TRAVIS_OS_NAME),windows)
111-
cp $(CONDA)/Library/bin/libcrypto-1_1-x64.* $(CONDA)/DLLs/
112-
cp $(CONDA)/Library/bin/libssl-1_1-x64.* $(CONDA)/DLLs/
111+
cp $(CONDA)/Library/bin/libcrypto-* $(CONDA)/DLLs/
112+
cp $(CONDA)/Library/bin/libssl-* $(CONDA)/DLLs/
113113

114114
# $(CONDA)/Scripts/conda config --set ssl_verify no
115115
$(CONDA)/Scripts/conda create -y --name $(PYTHON) python=$(PYTHON_VER)

0 commit comments

Comments
 (0)