We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b524447 commit 697df33Copy full SHA for 697df33
build.macos32x86/third-party/Makefile.openssl
@@ -36,7 +36,7 @@ $(OPENSSLLIB): $(THIRDPARTYLIBDIR)/$(OPENSSLLIBNAME)
36
done
37
@echo "Installing links"
38
@for each in $(addprefix $(THIRDPARTYLIBDIR)/,$(OPENSSLSYMLINKS)); do \
39
- if [ -L $$eachFile ]; then \
+ if [ -L $$each ]; then \
40
cp -a $$each $(THIRDPARTYINSTALLDIR); \
41
fi \
42
0 commit comments