Changeset b2cbc0b in mainline


Ignore:
Timestamp:
2023-10-22T13:54:17Z (7 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8f48ea, f4a42661
Parents:
a381b52
git-author:
Stefan <stefan.haubenthal@…> (2023-04-18 11:11:08)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 13:54:17)
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

    ra381b52 rb2cbc0b  
    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.