Rubber-stamped by Mark Rowe.
One-too-few "..".
* Configurations/Base.xcconfig:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@165576
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-03-13 Tim Horton <timothy_horton@apple.com>
+
+ Fix relative paths to UseInternalSDK.xcconfig for ANGLE and WebKit/mac
+
+ Rubber-stamped by Mark Rowe.
+
+ One-too-few "..".
+
+ * Configurations/Base.xcconfig:
+
2014-03-13 Radu Stavila <stavila@adobe.com>
Webkit not building on XCode 5.1 due to garbage collection no longer being supported
#include "iOS.xcconfig"
-#include "../../../../Internal/Configurations/UseInternalSDK.xcconfig"
+#include "../../../../../Internal/Configurations/UseInternalSDK.xcconfig"
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x;
CLANG_CXX_LIBRARY = libc++;
+2014-03-13 Tim Horton <timothy_horton@apple.com>
+
+ Fix relative paths to UseInternalSDK.xcconfig for ANGLE and WebKit/mac
+
+ Rubber-stamped by Mark Rowe.
+
+ One-too-few "..".
+
+ * Configurations/Base.xcconfig:
+
2014-03-13 Anders Carlsson <andersca@apple.com>
Fix build.
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "iOS.xcconfig"
-#include "../../../../Internal/Configurations/UseInternalSDK.xcconfig"
+#include "../../../../../Internal/Configurations/UseInternalSDK.xcconfig"
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x;
CLANG_CXX_LIBRARY = libc++;