Skip to content

Commit

Permalink
Restore fix to macOS universal 2 build lost from #854 (#1011)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed May 17, 2021
1 parent eeee938 commit f663390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ jobs:
# ---------------------------------------------------------------------------
# macOS
# ---------------------------------------------------------------------------
# TODO: Add ARM64/x86_64 (universal 2) build

macos:
name: 'macOS 10.15
<AppleClang 11.0
Expand Down
3 changes: 0 additions & 3 deletions cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ set(OPENEXR_IMF_HAVE_COMPLETE_IOMANIP TRUE)

if(APPLE)
set(OPENEXR_IMF_HAVE_DARWIN TRUE)
if (${CMAKE_OSX_ARCHITECTURES} MATCHES arm64)
set(OPENEXR_IMF_HAVE_GCC_INLINE_ASM_AVX FALSE)
endif()
endif()

if (OPENEXR_ENABLE_LARGE_STACK)
Expand Down

0 comments on commit f663390

Please sign in to comment.