We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf4d95 commit 2b50c94Copy full SHA for 2b50c94
configure
@@ -57,9 +57,7 @@ elif [ "${arch}" = "arm64" -a "${platform}" = "osx" ]; then
57
echo "Setting up compilation for a ${platform} ${arch} system"
58
sed -e"s/@config@/-lblpapi3_64/" -e"s/@badsystem@//" src/Makevars.in > src/Makevars
59
flavour="64"
60
- #if [ "${platform}" = "osx" ]; then
61
- # cpu="arm"
62
- #fi
+ cpu="arm"
63
#elif [ "${arch}" = "i686" ]; then
64
# echo "Setting up compilation for a ${platform} 32-bit system"
65
# sed -e"s/@config@/blpapi3_32/" src/Makevars.in > src/Makevars
0 commit comments