Browse Source

One more fix needed

pull/25/head
falkTX 3 years ago
parent
commit
342dd4cc4a
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      setup/env.sh

+ 3
- 4
setup/env.sh View File

@@ -63,10 +63,9 @@ if [ "${TOOLCHAIN_PREFIX}" = "arm-linux-gnueabihf" ]; then
BUILD_FLAGS+=" -mfpu=neon-vfpv4 -mfloat-abi=hard"
elif [ "${TOOLCHAIN_PREFIX}" != "aarch64-linux-gnu" ]; then
BUILD_FLAGS+=" -msse -msse2"
fi

if [ "${MACOS_UNIVERSAL}" -eq 0 ]; then
BUILD_FLAGS+=" -mfpmath=sse"
if [ "${MACOS_UNIVERSAL}" -eq 0 ]; then
BUILD_FLAGS+=" -mfpmath=sse"
fi
fi

if [ "${MACOS}" -eq 1 ]; then


Loading…
Cancel
Save