mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Compile libuv with -fPIC.
This is needed so that th unit tests library compiles on 64-bit machines correctly.
This commit is contained in:
parent
7637c2b664
commit
ba7e4f0c0c
@ -4,7 +4,7 @@ uv_dir="third-party/libuv"
|
||||
|
||||
cd "$uv_dir"
|
||||
sh autogen.sh
|
||||
./configure --prefix="$prefix"
|
||||
./configure --prefix="$prefix" --with-pic
|
||||
make
|
||||
make install
|
||||
rm "$prefix/lib/"libuv*.{so,dylib} "$prefix/lib/"libuv*.{so,dylib}.* || true
|
||||
|
Loading…
Reference in New Issue
Block a user