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:
@@ -19,6 +19,10 @@ LOCAL_SHARED_LIBRARIES += \
|
||||
libdl
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
|
||||
LOCAL_LDLIBS += -ldl
|
||||
endif
|
||||
|
||||
|
||||
LOCAL_MODULE:= libttssynthproxy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user