Skip to content

Commit 29a1b5a

Browse files
committed
Let's see what it is on CI
1 parent 4c7f8ed commit 29a1b5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/ffi/libffi/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ else ()
225225
DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/include)
226226
endif()
227227

228+
file(READ ${CMAKE_CURRENT_BINARY_DIR}/include/ffitarget.h TMP_CONTENT)
229+
message(status "ffitarget.h\n${TMP_CONTENT}")
230+
228231
foreach(asm_file ${libffi_platform_asm})
229232
if (MSVC)
230233
# we need to generate .asm file here
@@ -245,7 +248,6 @@ else ()
245248
execute_process(
246249
COMMAND
247250
${CMAKE_C_COMPILER} -nologo -EP
248-
-I${CMAKE_CURRENT_BINARY_DIR}
249251
-I${CMAKE_CURRENT_SOURCE_DIR}/include
250252
-I${CMAKE_CURRENT_BINARY_DIR}/include
251253
${src_asm_full_path}

0 commit comments

Comments
 (0)