libseat: update for new env

This commit is contained in:
Dylan Araps 2021-07-15 15:08:10 +03:00
parent 97d424c4e5
commit fd44994801
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
export DESTDIR="$1"
# Build fails in with clang due to
# -Werror -> -Wsign-compare.
export CFLAGS="-Wno-error $CFLAGS"