Kaydet (Commit) ce7d6d74 authored tarafından Matúš Kukan's avatar Matúš Kukan

bridges: do not use dl for Android

Change-Id: I1ea75cc785645305223294f1a75b142de9d916d7
üst 1b034ebe
......@@ -38,13 +38,12 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\
$(eval $(call gb_Library_use_libraries,gcc3_uno,\
cppu \
dl \
$(if $(filter-out ANDROID,$(OS)),\
dl \
) \
sal \
))
$(eval $(call gb_Library_add_asmobjects,gcc3_uno,\
))
$(eval $(call gb_Library_add_exception_objects,gcc3_uno,\
bridges/source/cpp_uno/shared/bridge \
bridges/source/cpp_uno/shared/component \
......
......@@ -41,7 +41,9 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\
$(eval $(call gb_Library_use_libraries,gcc3_uno,\
cppu \
dl \
$(if $(filter-out ANDROID,$(OS)),\
dl \
) \
sal \
))
......
......@@ -38,7 +38,9 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\
$(eval $(call gb_Library_use_libraries,gcc3_uno,\
cppu \
dl \
$(if $(filter-out ANDROID,$(OS)),\
dl \
) \
sal \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment