mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
fix compilation issue on iOS
This commit is contained in:
parent
05ee4c4a31
commit
ceeaf2b2b6
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ AM_CXXFLAGS=$(AM_CFLAGS)
|
|||
|
||||
make_gitversion_h:
|
||||
if test "$(GITDESCRIBE)" != "" ; then \
|
||||
if test "$(GIT_TAG)" != $(PACKAGE_VERSION) ; then \
|
||||
if test "$(GIT_TAG)" != "$(PACKAGE_VERSION)" ; then \
|
||||
echo "*** PACKAGE_VERSION and git tag differ. Please put them identical."; \
|
||||
exit 1; \
|
||||
fi ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue