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

Commit 4527ac8e authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Trying to fix sim-eng build: when building the simulator on linux, link (only)...

Trying to fix sim-eng build: when building the simulator on linux, link (only) with libdl, as opposed to also making libdl a build target.
parent 8fa85182
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@ LOCAL_SHARED_LIBRARIES += \
	libdl
endif

ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
LOCAL_LDLIBS += -ldl
endif


LOCAL_MODULE:= libttssynthproxy