Sign in
rust
/
rust
/
HEAD
/
.
/
src
/
ci
/
docker
/
scripts
/
ohos
/
x86_64-unknown-linux-ohos-clang.sh
blob: 3bf4c5777f113da5b491c6fe25473734b42150fd [
file
] [
log
] [
blame
]
#!/bin/sh
exec
/
opt
/
ohos
-
sdk
/
native
/
llvm
/
bin
/
clang \
-
target x86_64
-
linux
-
ohos \
--
sysroot
=/
opt
/
ohos
-
sdk
/
native
/
sysroot \
-
D__MUSL__ \
"$@"