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
542ccdc9
Commit
542ccdc9
authored
Oct 20, 2021
by
Yossi Gottlieb
Committed by
Oran Agra
Jan 17, 2023
Browse files
Fix test modules build issue on OS X 11. (#9658)
(cherry picked from commit
8bf4c2e3
) (cherry picked from commit
30533370
)
parent
c6bbfec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/modules/Makefile
View file @
542ccdc9
...
@@ -11,6 +11,13 @@ else
...
@@ -11,6 +11,13 @@ else
SHOBJ_LDFLAGS
?=
-bundle
-undefined
dynamic_lookup
SHOBJ_LDFLAGS
?=
-bundle
-undefined
dynamic_lookup
endif
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
=
\
TEST_MODULES
=
\
commandfilter.so
\
commandfilter.so
\
testrdb.so
\
testrdb.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