Skip to content

Commit

Permalink
Make [[ consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 12, 2022
1 parent 658313f commit 1419230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel-before-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ unzip -q "${TBB_ZIP}"

#
EXTRA_CMAKE_ARGS=""
if [ "${PLATFORM}" = "macos" ]; then
if [[ "${PLATFORM}" == "macos" ]]; then
if [[ ${ARCHFLAGS} == *"arm64"* ]]; then
EXTRA_CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64"
fi
Expand Down

0 comments on commit 1419230

Please sign in to comment.