We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2536c9a commit cbe58b3Copy full SHA for cbe58b3
Makefile
@@ -108,8 +108,8 @@ endif
108
condaenv:
109
# ifeq ($(shell uname -s),MINGW64_NT-10.0-18362)
110
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/
+ cp $(CONDA)/Library/bin/libcrypto-* $(CONDA)/DLLs/
+ cp $(CONDA)/Library/bin/libssl-* $(CONDA)/DLLs/
113
114
# $(CONDA)/Scripts/conda config --set ssl_verify no
115
$(CONDA)/Scripts/conda create -y --name $(PYTHON) python=$(PYTHON_VER)
0 commit comments