Skip to content

Commit 8926839

Browse files
committed
Cross.toml: copy speech-dispatcher headers into cross sysroot for aarch64
1 parent 90f7839 commit 8926839

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Cross.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[target.aarch64-unknown-linux-gnu]
22
pre-build = [
3-
"apt-get update",
3+
"apt-get update || true",
44
"apt-get install -y libspeechd-dev libclang-dev",
5+
"mkdir -p /usr/aarch64-linux-gnu/include/speech-dispatcher || true",
6+
"cp -r /usr/include/speech-dispatcher/* /usr/aarch64-linux-gnu/include/speech-dispatcher/ || true",
57
]

0 commit comments

Comments
 (0)