Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
glib: Don't build fuzzing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Mar 14, 2020
1 parent 9bb1da7 commit c3acfc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extra/glib/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ export DESTDIR="$1"
sed -i 's/if have_libelf/if not have_libelf/' gio/meson.build
sed -i 's/libmount_dep.found()/false/' meson.build

# Don't build tests.
find . -type f -name meson.build -exec sed -i "/subdir('tests')/d" {} +
# Don't build tests/fuzzing stuff.
find . -type f -name meson.build -exec \
sed -i "/subdir('tests')/d;/subdir('fuzzing')/d" {} +

meson \
--prefix=/usr \
Expand Down

0 comments on commit c3acfc5

Please sign in to comment.