Browse Source

修改所有库文件的下载地址为IP,而不是iflytop.local

master
zhaohe 2 years ago
parent
commit
38965858e1
  1. 2
      .project/host.envsetup.sh
  2. 4
      .project/target.envsetup.sh
  3. 2
      iflybuild

2
.project/host.envsetup.sh

@ -7,7 +7,7 @@ IFLYBUILD_HOST_PUBLIC_LINK_LIBS="${IFLYBUILD_HOST_PUBLIC_LINK_LIBS};asound"
IFLYBUILD_HOST_PUBLIC_LINK_LIBS="${IFLYBUILD_HOST_PUBLIC_LINK_LIBS};avcodec;avdevice;avfilter;avformat;avutil;swresample;swscale"
if [ "$CONFIG_SUPPORT_IXWEBSOCKET" = true ]; then
wget -c "http://iflytop.local:8021/zlibrelease/libixwebsocket/libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0.tar.gz"
wget -c "http://192.168.1.2:8021/zlibrelease/libixwebsocket/libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0.tar.gz"
tar -xvf libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0.tar.gz >/dev/null
rm -rf ${IFLYBUILD_HOST_LIBS_DIR}/libixwebsocket
mv libixwebsocket_v11.4.3_amd64_static_ubuntu18.04_0 ${IFLYBUILD_HOST_LIBS_DIR}/libixwebsocket

4
.project/target.envsetup.sh

@ -67,11 +67,11 @@ fi
# CONFIG_SUPPORT_IFLYTOP_VOICE_PROCESS
if [ "$CONFIG_SUPPORT_IFLYTOP_VOICE_PROCESS" = true ]; then
prepare_ifytop_librelease_libs libiflytop_voice_process "iflytopvoice;NE10_static" "http://iflytop.local:8021/zlibrelease/libiflytop_voice_process/libiflytop_voice_process_v1.0_aarch64_ubuntu18.04_static_0.tar.gz"
prepare_ifytop_librelease_libs libiflytop_voice_process "iflytopvoice;NE10_static" "http://192.168.1.2:8021/zlibrelease/libiflytop_voice_process/libiflytop_voice_process_v1.0_aarch64_ubuntu18.04_static_0.tar.gz"
fi
if [ "$CONFIG_SUPPORT_IXWEBSOCKET" = true ]; then
prepare_ifytop_librelease_libs libixwebsocket "ixwebsocket" "http://iflytop.local:8021/zlibrelease/libixwebsocket/libixwebsocket_v11.4.3_aarch64_static_ubuntu18.04_0.tar.gz"
prepare_ifytop_librelease_libs libixwebsocket "ixwebsocket" "http://192.168.1.2:8021/zlibrelease/libixwebsocket/libixwebsocket_v11.4.3_aarch64_static_ubuntu18.04_0.tar.gz"
fi
IFLYBUILD_TARGET_C_COMPILER=aarch64-linux-gnu-gcc

2
iflybuild

@ -1 +1 @@
Subproject commit 401d6120357dd2879259fce48bf50adf7c43764d
Subproject commit 209259a0926aa03d8bb8d41beaa9ed92fc9ab001
Loading…
Cancel
Save