Changes in configure.sh [f3a7b0d:b2cbc0b] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.sh

    rf3a7b0d 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.