Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
  • Loading branch information
polluks authored and le-jzr committed Oct 22, 2023
1 parent a381b52 commit b2cbc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ fi

sed "s:@COMPPREFIX@:$compprefix:g" "$cross_def" > crossfile || exit 1

meson "${SOURCE_DIR}" '.' --cross-file crossfile || exit 1
meson setup "${SOURCE_DIR}" '.' --cross-file crossfile || exit 1

echo
echo "Configuration for platform $PLATFORM finished."
Expand Down

0 comments on commit b2cbc0b

Please sign in to comment.