Kaydet (Commit) 27e517b2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fill buildid in versionrc for iOS with the git HEAD hash

Previously it tried to use a BUILDID Make variable that did not exist.

Change-Id: Ie31eb3928c69dc52fcb17a9a5593cbe166d95307
üst 8efb302a
...@@ -100,7 +100,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \ ...@@ -100,7 +100,7 @@ $(IOSGEN)/native-code.h: $(BUILDDIR)/config_host.mk \
(echo '[Version]' \ (echo '[Version]' \
&& echo 'AllLanguages=en-US' \ && echo 'AllLanguages=en-US' \
&& echo 'BuildVersion=' \ && echo 'BuildVersion=' \
&& echo "buildid=$(BUILDID)" \ && echo "buildid=$(shell git -C $(SRCDIR) log -1 --format=%H)" \
) > $(IOSRES)/program/versionrc ) > $(IOSRES)/program/versionrc
$(SRCDIR)/bin/lo-all-static-libs | sed -e 's/ /\ $(SRCDIR)/bin/lo-all-static-libs | sed -e 's/ /\
......
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