Changeset b2cbc0b in mainline
- Timestamp:
- 2023-10-22T13:54:17Z (14 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.sh
ra381b52 rb2cbc0b 164 164 sed "s:@COMPPREFIX@:$compprefix:g" "$cross_def" > crossfile || exit 1 165 165 166 meson "${SOURCE_DIR}" '.' --cross-file crossfile || exit 1166 meson setup "${SOURCE_DIR}" '.' --cross-file crossfile || exit 1 167 167 168 168 echo
Note:
See TracChangeset
for help on using the changeset viewer.