From 3cc898cf5b9845028e7a289fa4ecd08b5360a288 Mon Sep 17 00:00:00 2001 From: terrencetang Date: Fri, 25 Aug 2023 09:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpulseaudio32=E4=BD=8D?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=B7=A5=E5=85=B7=E8=B7=AF=E5=BE=84=E8=A2=AB?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: terrencetang --- thirdparty/pulseaudio/armeabi-v7a-cross-file.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/thirdparty/pulseaudio/armeabi-v7a-cross-file.txt b/thirdparty/pulseaudio/armeabi-v7a-cross-file.txt index 121d42de..03fc7381 100644 --- a/thirdparty/pulseaudio/armeabi-v7a-cross-file.txt +++ b/thirdparty/pulseaudio/armeabi-v7a-cross-file.txt @@ -1,9 +1,9 @@ [binaries] -c = '/data/local/ohos-sdk/linux/native/llvm/bin/arm-linux-ohos-clang' -cpp = '/data/local/ohos-sdk/linux/native/llvm/bin/arm-linux-ohos-clang++' -ar = '/data/local/ohos-sdk/linux/native/llvm/bin/llvm-ar' -strip = '/data/local/ohos-sdk/linux/native/llvm/bin/llvm-strip' -ld = '/data/local/ohos-sdk/linux/native/llvm/bin/ld.lld' +c = 'ohos_sdk/native/llvm/bin/arm-linux-ohos-clang' +cpp = 'ohos_sdk/native/llvm/bin/arm-linux-ohos-clang++' +ar = 'ohos_sdk/native/llvm/bin/llvm-ar' +strip = 'ohos_sdk/native/llvm/bin/llvm-strip' +ld = 'ohos_sdk/native/llvm/bin/ld.lld' pkgconfig = '/usr/bin/pkg-config' -- Gitee