Changeset 1c39d33b in mainline


Ignore:
Timestamp:
2019-08-18T19:14:00Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3daa163
Parents:
32b4302
Message:

Exit configure.sh after detecting missing meson or ninja

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.sh

    r32b4302 r1c39d33b  
    8888        echo "Your system does not have Meson installed."
    8989        echo 'Please use `pip3 install meson`'
     90        exit 1
    9091fi
    9192
     
    9394        echo "Your system does not have ninja installed."
    9495        echo 'Please use `pip3 install ninja`'
     96        exit 1
    9597fi
    9698
Note: See TracChangeset for help on using the changeset viewer.