Changeset d8581611 in mainline


Ignore:
Timestamp:
2023-04-18T11:11:08Z (12 months ago)
Author:
GitHub <noreply@…>
Parents:
06f81c4
git-author:
Stefan <stefan.haubenthal@…> (2023-04-18 11:11:08)
git-committer:
GitHub <noreply@…> (2023-04-18 11:11:08)
Message:

Fixed warning

WARNING: Running the setup command as meson [options] instead of meson setup [options] is ambiguous and deprecated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.sh

    r06f81c4 rd8581611  
    164164sed "s:@COMPPREFIX@:$compprefix:g" "$cross_def" > crossfile || exit 1
    165165
    166 meson "${SOURCE_DIR}" '.' --cross-file crossfile || exit 1
     166meson setup "${SOURCE_DIR}" '.' --cross-file crossfile || exit 1
    167167
    168168echo
Note: See TracChangeset for help on using the changeset viewer.