summaryrefslogtreecommitdiffstats
path: root/http/webkitgtk3/BUILD
blob: a8369b8de0af8c1218228e8e503e645cdf15f31a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
OPTS="$WEBKIT_OPTS $OPTS" &&
sed -i '30i#include <unicode/utf8.h>' \
    Source/WebCore/platform/text/TextCodecUTF8.h &&
sed -i '30i#include <unicode/utf16.h>' \
    Source/WTF/wtf/text/StringBuilder.h &&
sed -i '26i#include <unicode/utf16.h>' \
    Source/WTF/wtf/text/StringImpl.h &&
sed -i '29i#include <unicode/utf16.h>' \
    Source/WTF/wtf/unicode/UTF8.h &&
cmake_build