diff options
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-x | extra/webkit2gtk/build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build index 5a890fda..c9612ab4 100755 --- a/extra/webkit2gtk/build +++ b/extra/webkit2gtk/build @@ -1,8 +1,5 @@ #!/bin/sh -e -# Fix build of SourceBrush.cpp -patch -p1 < fix-sourcebrush.patch - make -C unifdef # Remove gettext requirement. @@ -53,5 +50,5 @@ cmake -B build \ -DUSE_WPE_RENDERER=OFF \ -Wno-dev -SAMUFLAGS='-j4' cmake --build build +cmake --build build cmake --install build |