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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.sh

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