Skip to content

Commit 697df33

Browse files
authored
fix bad variable
1 parent b524447 commit 697df33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.macos32x86/third-party/Makefile.openssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $(OPENSSLLIB): $(THIRDPARTYLIBDIR)/$(OPENSSLLIBNAME)
3636
done
3737
@echo "Installing links"
3838
@for each in $(addprefix $(THIRDPARTYLIBDIR)/,$(OPENSSLSYMLINKS)); do \
39-
if [ -L $$eachFile ]; then \
39+
if [ -L $$each ]; then \
4040
cp -a $$each $(THIRDPARTYINSTALLDIR); \
4141
fi \
4242
done

0 commit comments

Comments
 (0)