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 4c7f8ed commit 29a1b5aCopy full SHA for 29a1b5a
ext/ffi/libffi/CMakeLists.txt
@@ -225,6 +225,9 @@ else ()
225
DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/include)
226
endif()
227
228
+ file(READ ${CMAKE_CURRENT_BINARY_DIR}/include/ffitarget.h TMP_CONTENT)
229
+ message(status "ffitarget.h\n${TMP_CONTENT}")
230
+
231
foreach(asm_file ${libffi_platform_asm})
232
if (MSVC)
233
# we need to generate .asm file here
@@ -245,7 +248,6 @@ else ()
245
248
execute_process(
246
249
COMMAND
247
250
${CMAKE_C_COMPILER} -nologo -EP
- -I${CMAKE_CURRENT_BINARY_DIR}
251
-I${CMAKE_CURRENT_SOURCE_DIR}/include
252
-I${CMAKE_CURRENT_BINARY_DIR}/include
253
${src_asm_full_path}
0 commit comments