Skip to content

Commit

Permalink
Add Explantion For Disabling Dependency File Support With The Linker
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousTommy committed Nov 13, 2024
1 parent ad7a425 commit 8588308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ include(mig)
include(pyc)

# Force linker settings to match 3.30.5 behavior
# Apple's ld64 in cctools does not support the `--dependency-file` flag
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE)
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE)
set(CMAKE_CXX_LINK_DEPENDS_USE_LINKER FALSE)
Expand Down

0 comments on commit 8588308

Please sign in to comment.