mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
build-style/cmake: add missing "{}"
This commit is contained in:
parent
154bc860a3
commit
2a1482daeb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ _EOF
|
|||
|
||||
# Replace -isystem with -I
|
||||
if [ "$CMAKE_GENERATOR" = "Unix Makefiles" ]; then
|
||||
find . -name flags.make -exec sed -i -e 's/-isystem/-I/g' +
|
||||
find . -name flags.make -exec sed -i -e 's/-isystem/-I/g' "{}" +
|
||||
elif [ "$CMAKE_GENERATOR" = Ninja ]; then
|
||||
sed -i -e 's/-isystem/-I/g' build.ninja
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue