Browse Source

Merge branch 'bol-van:master' into master

pull/1115/head
allkatran 3 months ago
committed by GitHub
parent
commit
8bbfdca845
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      install_easy.sh

3
install_easy.sh

@ -70,7 +70,7 @@ check_bins()
elif [ -f "$EXEDIR/Makefile" ] && exists make; then elif [ -f "$EXEDIR/Makefile" ] && exists make; then
echo trying to compile echo trying to compile
[ "$SYSTEM" = "macos" ] && make_target=mac [ "$SYSTEM" = "macos" ] && make_target=mac
make -C "$EXEDIR" $make_target || { CFLAGS="-march=native ${CFLAGS}" make -C "$EXEDIR" $make_target || {
echo could not compile echo could not compile
make -C "$EXEDIR" clean make -C "$EXEDIR" clean
exitp 8 exitp 8
@ -772,7 +772,6 @@ deoffload_openwrt_firewall()
else else
echo system wide software flow offloading disabled. ok echo system wide software flow offloading disabled. ok
fi fi
} }

Loading…
Cancel
Save