Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74b58fc5 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Fix linux 64 build

git cherry-pick -e 49416bc658e37a0f4ae4f2b7b8582dd1606fba0f

Change-Id: I37a689acea8aeb5d6ac92ee56b077bafe4fba170
parent d0ad67ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ LOCAL_STATIC_LIBRARIES := \
	libpng

ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -lrt
LOCAL_LDLIBS += -lrt -lpthread
endif

# Statically link libz for MinGW (Win SDK under Linux),
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ LOCAL_STATIC_LIBRARIES := \
	libcutils
    
ifeq ($(HOST_OS),linux)
LOCAL_LDLIBS += -lrt
LOCAL_LDLIBS += -lrt -lpthread
endif