Changeset 08c851ce in mainline for configure.sh
- Timestamp:
- 2019-08-18T15:44:58Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c2fac18
- Parents:
- a42be38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.sh
ra42be38 r08c851ce 85 85 fi 86 86 87 if ! which meson; then 88 echo "Your system does not have Meson installed." 89 echo 'Please use `pip3 install meson`' 90 fi 91 92 if ! which ninja; then 93 echo "Your system does not have ninja installed." 94 echo 'Please use `pip3 install ninja`' 95 fi 96 87 97 # Link tools directory for convenience. 88 98 ln -s "${SOURCE_DIR}/tools" tools
Note:
See TracChangeset
for help on using the changeset viewer.