Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
aacb84b8
Commit
aacb84b8
authored
Apr 14, 2023
by
michael-grunder
Committed by
Michael Grunder
Apr 14, 2023
Browse files
Fix typo in makefile.
parent
563b062e
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
aacb84b8
...
...
@@ -99,7 +99,7 @@ ifeq ($(USE_SSL),1)
ifneq
($(wildcard $(SEARCH_PATH1)),)
OPENSSL_PREFIX
=
$(SEARCH_PATH1)
else
ifneq($(wildcard
$(SEARCH_PATH2)),)
else
ifneq
($(wildcard $(SEARCH_PATH2)),)
OPENSSL_PREFIX
=
$(SEARCH_PATH2)
endif
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment