Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
68ab1713
Commit
68ab1713
authored
Jan 27, 2017
by
Michael Ott
Browse files
Fix linking of libuv.so
parent
9bb42854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
68ab1713
...
...
@@ -167,7 +167,9 @@ $(DCDBDEPSPATH)/libuv-v$(LIBUV_VERSION)/.installed: $(DCDBDEPSPATH)/libuv-v$(LIB
cd
$
(
@D
)
&&
install
-c
include/uv.h
$(DCDBDEPLOYPATH)
/include/
cd
$
(
@D
)
&&
install
-c
include/uv-private/
*
$(DCDBDEPLOYPATH)
/include/uv-private/
if
[
-e
$
(
@D
)
/libuv.a
]
;
then
cd
$
(
@D
)
&&
install
-c
libuv.a
$(DCDBDEPLOYPATH)
/lib/
;
fi
if
[
-e
$
(
@D
)
/libuv.so
]
;
then
cd
$
(
@D
)
&&
install
-c
libuv.so
$(DCDBDEPLOYPATH)
/lib/
;
ln
-s
$(DCDBDEPLOYPATH)
/lib/libuv.so
$(DCDBDEPLOYPATH)
/lib/libuv.so.0.10
;
fi
if
[
-e
$
(
@D
)
/libuv.so
]
;
then
cd
$
(
@D
)
&&
install
-c
libuv.so
$(DCDBDEPLOYPATH)
/lib/
;
\
if
[
!
-e
$(DCDBDEPLOYPATH)
/lib/libuv.so.0.10
]
;
then
ln
-s
$(DCDBDEPLOYPATH)
/lib/libuv.so
$(DCDBDEPLOYPATH)
/lib/libuv.so.0.10
;
fi
;
\
fi
if
[
-e
$
(
@D
)
/libuv.dylib
]
;
then
cd
$
(
@D
)
&&
install
-c
libuv.dylib
$(DCDBDEPLOYPATH)
/lib/
;
fi
touch
$
(
@
)
...
...
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