[Libreoffice-commits] online.git: Mobile/Mobile.xcodeproj

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 30 11:08:48 UTC 2018


 Mobile/Mobile.xcodeproj/project.pbxproj |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 11de5ff75dbea14b011044514982f40d5b4b0915
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Oct 30 13:08:00 2018 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Oct 30 13:08:22 2018 +0200

    Look in ios first, for the pre-canned config.h there
    
    Change-Id: I416dd41fcdb5cb8d6344d80bccb0fc3ca3cf0457

diff --git a/Mobile/Mobile.xcodeproj/project.pbxproj b/Mobile/Mobile.xcodeproj/project.pbxproj
index 22dcfd753..cfc4203e2 100644
--- a/Mobile/Mobile.xcodeproj/project.pbxproj
+++ b/Mobile/Mobile.xcodeproj/project.pbxproj
@@ -936,8 +936,8 @@
 				);
 				GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
 				HEADER_SEARCH_PATHS = (
-					"$(SOURCE_ROOT)/..",
 					"$(SOURCE_ROOT)/../ios",
+					"$(SOURCE_ROOT)/..",
 					"$(SOURCE_ROOT)/../kit",
 					"$(SOURCE_ROOT)/../common",
 					"$(SOURCE_ROOT)/../wsd",
@@ -995,8 +995,8 @@
 				);
 				GCC_WARN_64_TO_32_BIT_CONVERSION = NO;
 				HEADER_SEARCH_PATHS = (
-					"$(SOURCE_ROOT)/..",
 					"$(SOURCE_ROOT)/../ios",
+					"$(SOURCE_ROOT)/..",
 					"$(SOURCE_ROOT)/../kit",
 					"$(SOURCE_ROOT)/../common",
 					"$(SOURCE_ROOT)/../wsd",


More information about the Libreoffice-commits mailing list