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.

This commit is contained in:
Jean-Michel Trivi
2009-06-02 12:05:18 -07:00
parent eb949674fd
commit a74303d806

View File

@@ -19,6 +19,10 @@ LOCAL_SHARED_LIBRARIES += \
libdl
endif
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
LOCAL_LDLIBS += -ldl
endif
LOCAL_MODULE:= libttssynthproxy