Changeset d8581611 in mainline
- Timestamp:
- 2023-04-18T11:11:08Z (20 months ago)
- Parents:
- 06f81c4
- git-author:
- Stefan <stefan.haubenthal@…> (2023-04-18 11:11:08)
- git-committer:
- GitHub <noreply@…> (2023-04-18 11:11:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.sh
r06f81c4 rd8581611 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.