Skip to content

Commit b2fd612

Browse files
committed
build: Pass -fPIC to the libuv build
1 parent 98ca6d0 commit b2fd612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/rt.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# working under these assumptions).
2525

2626
# Hack for passing flags into LIBUV, see below.
27-
LIBUV_FLAGS_i386 = -m32
28-
LIBUV_FLAGS_x86_64 = -m64
27+
LIBUV_FLAGS_i386 = -m32 -fPIC
28+
LIBUV_FLAGS_x86_64 = -m64 -fPIC
2929

3030
define DEF_RUNTIME_TARGETS
3131

0 commit comments

Comments
 (0)