Skip to content

Commit

Permalink
Build: Fix typo in MacOS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Nov 29, 2024
1 parent aa068d9 commit ff294a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realmd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if(UNIX)
endif()

if(APPLE)
set(EXECUTABLE_LINK_FLAGS "-Wl,no_fixup_chains -framework Carbon ${EXECUTABLE_LINK_FLAGS}")
set(EXECUTABLE_LINK_FLAGS "-Wl,-no_fixup_chains -framework Carbon ${EXECUTABLE_LINK_FLAGS}")
endif()

set_target_properties(${EXECUTABLE_NAME} PROPERTIES LINK_FLAGS
Expand Down

0 comments on commit ff294a2

Please sign in to comment.