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

Commit d606003a authored by Mathias Agopian's avatar Mathias Agopian
Browse files

first attempt to fix the sim

parent b8eccd86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ endif
# need "-lrt" on Linux simulator to pick up clock_gettime
ifeq ($(TARGET_SIMULATOR),true)
	ifeq ($(HOST_OS),linux)
		LOCAL_LDLIBS += -lrt
		LOCAL_LDLIBS += -lrt -lpthread
	endif
endif