Skip to content

Commit

Permalink
fix malformed comment in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
strangesast committed May 17, 2022
1 parent b123e92 commit f23fd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ if [ -z "${TARGETPLATFORM}" ]; then _unset=false; fi

if [ "$_set" = true ] && [ "$TARGETPLATFORM" = "aarch64" ] || [ "$_arch" = "aarch64" ]; then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/arm-linux-gnueabihf/lib/
# libconfig-dev:armhf \
dpkg --add-architecture armhf && \
apt-get update && \
apt-get install -y \
libc6-dev:armhf \
# libconfig-dev:armhf \
gcc-arm-linux-gnueabihf
echo "/usr/arm-linux-gnueabihf/lib/" >> /etc/ld.so.conf
arch=armv7
Expand Down

0 comments on commit f23fd74

Please sign in to comment.