We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7a425 commit 8588308Copy full SHA for 8588308
src/CMakeLists.txt
@@ -10,6 +10,7 @@ include(mig)
10
include(pyc)
11
12
# Force linker settings to match 3.30.5 behavior
13
+# Apple's ld64 in cctools does not support the `--dependency-file` flag
14
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE)
15
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE)
16
set(CMAKE_CXX_LINK_DEPENDS_USE_LINKER FALSE)
0 commit comments