mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
exec $HARMONY_NDK_ROOT/native/llvm/bin/clang++ \
|
|
-target aarch64-linux-ohos \
|
|
--sysroot=$HARMONY_NDK_ROOT/native/sysroot \
|
|
-D__MUSL__ \
|
|
"$@"
|