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
redis
Commits
8bf4c2e3
Unverified
Commit
8bf4c2e3
authored
Oct 20, 2021
by
Yossi Gottlieb
Committed by
GitHub
Oct 20, 2021
Browse files
Fix test modules build issue on OS X 11. (#9658)
parent
7d6744c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/modules/Makefile
View file @
8bf4c2e3
...
...
@@ -17,6 +17,13 @@ ifeq ($(uname_S),Linux)
LIBS
=
-lc
endif
# OS X 11.x doesn't have /usr/lib/libSystem.dylib and needs an explicit setting.
ifeq
($(uname_S),Darwin)
ifeq
("$(wildcard /usr/lib/libSystem.dylib)","")
LIBS
=
-L
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
-lsystem
endif
endif
TEST_MODULES
=
\
commandfilter.so
\
basics.so
\
...
...
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