Kaydet (Commit) 59b9fc47 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Put the lib names one per line to match what ld's -filelist expects

Change-Id: I7454c10a1547db796554f45f2d630af81a916c55
üst 4f79e73a
...@@ -104,7 +104,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ ...@@ -104,7 +104,8 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
&& echo "buildid=$(BUILDID)" \ && echo "buildid=$(BUILDID)" \
) > $(IOSRES)/program/versionrc ) > $(IOSRES)/program/versionrc
$(SRCDIR)/bin/lo-all-static-libs >$(WORKDIR)/ios-all-static-libs.list $(SRCDIR)/bin/lo-all-static-libs | sed -e 's/ /\
/g' >$(WORKDIR)/ios-all-static-libs.list
#- clean ios ----------------------------------------------------------------- #- clean ios -----------------------------------------------------------------
$(call gb_CustomTarget_get_clean_target,ios/iOS_setup): $(call gb_CustomTarget_get_clean_target,ios/iOS_setup):
......
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