aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorfenze <contact@fenze.dev>2022-12-16 09:07:43 +0000
committerfenze <contact@fenze.dev>2022-12-16 09:07:43 +0000
commit62b1bd678521d87ae95d7f8bfbe13535ec2072e7 (patch)
treea4cb0b8388fabc1def8525c3275a717ebcd133a5 /build.sh
parent055e50c9ef3ea5ff49ab527923956229128343a9 (diff)
Add newtab binding
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index cffe9d5..fcb7bea 100755
--- a/build.sh
+++ b/build.sh
@@ -8,4 +8,5 @@ LIBS=`pkg-config --libs ${DEPS[@]}`
# Optional adblocking depends on https://github.com/jun7/wyebadblock
WYEBAB='-L/usr/lib/wyebrowser/adblock.so'
+cp -f config.def.h config.h
$CC $INCS $LIBS $SRC $WYEBAB -o rose