Skip to content

Commit

Permalink
macOS: Link with Core Foundation and IOKit frameworks, required by hwloc
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-charmworks committed Jun 22, 2023
1 parent 6802ac4 commit 09c2b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/common/conv-mach-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CMK_XIOPTS=''

CMK_CC_FLAGS="$CMK_CC_FLAGS -fPIC -dynamic -fno-common "
CMK_CXX_FLAGS="$CMK_CXX_FLAGS -fPIC -dynamic -fno-common -stdlib=libc++ "
CMK_LDXX_FLAGS="$CMK_LDXX_FLAGS -multiply_defined suppress -stdlib=libc++ "
CMK_LDXX_FLAGS="$CMK_LDXX_FLAGS -framework Foundation -framework IOKit -multiply_defined suppress -stdlib=libc++ "

# setting for shared lib
CMK_SHARED_SUF="dylib"
Expand Down

0 comments on commit 09c2b99

Please sign in to comment.