foot-pgo: remove scdoc workaround

This commit is contained in:
Dylan Araps 2021-07-27 16:52:23 +03:00
parent 689368b861
commit 8fc7d77161
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@
exit 1
}
# Avoid scdoc dependency.
sed "/subdir('doc')/d" meson.build > _
mv -f _ meson.build
case $("$CC" --version) in
*clang*)
# Clang requires this for PGO.