Skip to content

Commit c43717f

Browse files
committed
Sync with upstream: save_xmm_x86_64_ms_masm.asm on Windows
1 parent 6f8f03f commit c43717f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmake/Zend/cmake/Fibers.cmake

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@ block()
151151
${CMAKE_CURRENT_SOURCE_DIR}/asm/make_${asmFile}
152152
)
153153

154+
if(CMAKE_SYSTEM_NAME STREQUAL "Windows" AND CMAKE_SIZEOF_VOID_P EQUAL 8)
155+
list(
156+
APPEND
157+
asmSources
158+
${CMAKE_CURRENT_SOURCE_DIR}/asm/save_xmm_x86_64_ms_masm.asm
159+
)
160+
endif()
161+
154162
if(compileOptions)
155163
set_source_files_properties(
156164
${asmSources}

0 commit comments

Comments
 (0)