Skip to content

Commit 8588308

Browse files
committed
Add Explantion For Disabling Dependency File Support With The Linker
1 parent ad7a425 commit 8588308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include(mig)
1010
include(pyc)
1111

1212
# Force linker settings to match 3.30.5 behavior
13+
# Apple's ld64 in cctools does not support the `--dependency-file` flag
1314
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE)
1415
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE)
1516
set(CMAKE_CXX_LINK_DEPENDS_USE_LINKER FALSE)

0 commit comments

Comments
 (0)