Skip to content

Commit

Permalink
configure.meson: dont use --reconfigure
Browse files Browse the repository at this point in the history
On some versions it requires configured build tree.
  • Loading branch information
stsp committed Dec 7, 2023
1 parent e485b5e commit ea0ef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.meson
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TOP=$(dirname "$0")
meson setup --native-file $TOP/fdpp/toolchain.ini \
--cross-file $TOP/fdpp/toolchain.ini \
--cross-file $TOP/fdpp/kernel/toolchain.ini \
--native-file $TOP/fdpp/kernel/toolchain.ini . $TOP --reconfigure
--native-file $TOP/fdpp/kernel/toolchain.ini . $TOP
[ "$?" = "0" ] || exit 1

echo
Expand Down

0 comments on commit ea0ef72

Please sign in to comment.