Kaydet (Commit) a94acaba authored tarafından David Tardon's avatar David Tardon

tdf#92376 fix build of libetonyek on OS X

üst 94f29d82
......@@ -50,6 +50,10 @@ $(call gb_ExternalProject_get_state_target,libetonyek,build) :
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
&& $(MAKE) \
$(if $(filter MACOSX,$(OS)),\
&& $(PERL) $(SRCDIR)/solenv/bin/macosx-change-install-names.pl shl OOO \
$(EXTERNAL_WORKDIR)/src/lib/.libs/libetonyek-0.1.1.dylib \
) \
)
# vim: set noet sw=4 ts=4:
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