Skip to content

Commit 2b50c94

Browse files
committed
Restore cpu variable we need for macOS per our blp layout
1 parent aaf4d95 commit 2b50c94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ elif [ "${arch}" = "arm64" -a "${platform}" = "osx" ]; then
5757
echo "Setting up compilation for a ${platform} ${arch} system"
5858
sed -e"s/@config@/-lblpapi3_64/" -e"s/@badsystem@//" src/Makevars.in > src/Makevars
5959
flavour="64"
60-
#if [ "${platform}" = "osx" ]; then
61-
# cpu="arm"
62-
#fi
60+
cpu="arm"
6361
#elif [ "${arch}" = "i686" ]; then
6462
# echo "Setting up compilation for a ${platform} 32-bit system"
6563
# sed -e"s/@config@/blpapi3_32/" src/Makevars.in > src/Makevars

0 commit comments

Comments
 (0)