Changeset 80981d79 in mainline
- Timestamp:
- 2023-05-18T07:49:47Z (3 weeks ago)
- Parents:
- 14cbf07 (diff), d8581611 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Stefan <stefan.haubenthal@…> (2023-05-18 07:49:47)
- git-committer:
- GitHub <noreply@…> (2023-05-18 07:49:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.sh
r14cbf07 r80981d79 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.