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
efe990d0
Commit
efe990d0
authored
Jul 10, 2013
by
Pieter Noordhuis
Browse files
Fix path to static libuv library
parent
03961592
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
efe990d0
...
@@ -82,7 +82,7 @@ hiredis-example-libuv:
...
@@ -82,7 +82,7 @@ hiredis-example-libuv:
@
false
@
false
else
else
hiredis-example-libuv
:
example-libuv.c adapters/libuv.h $(STLIBNAME)
hiredis-example-libuv
:
example-libuv.c adapters/libuv.h $(STLIBNAME)
$(CC)
-o
$@
$(REAL_CFLAGS)
$(REAL_LDFLAGS)
-I
$
{
LIBUV_DIR
}
/include
/
example-libuv.c
$
{
LIBUV_DIR
}
/libuv.a
-l
rt
$(STLIBNAME)
$(CC)
-o
$@
$(REAL_CFLAGS)
$(REAL_LDFLAGS)
-I
$
(
LIBUV_DIR
)
/include example-libuv.c
$
(
LIBUV_DIR
)
/.libs
/libuv.a
-l
pthread
$(STLIBNAME)
endif
endif
hiredis-%
:
%.o $(STLIBNAME)
hiredis-%
:
%.o $(STLIBNAME)
...
...
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