Skip to content

Commit 73d4e88

Browse files
committed
Sync CS in Zend/cmake/Fibers.cmake
1 parent b34020a commit 73d4e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Zend/cmake/Fibers.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ block()
129129
endif()
130130
elseif(CMAKE_SYSTEM_NAME STREQUAL "Midipix")
131131
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64)$")
132-
set(zend_fibers_asm_file "x86_64_ms_pe_gas.S")
132+
set(asmFile "x86_64_ms_pe_gas.S")
133133
endif()
134134
elseif(prefix)
135135
set(asmFile "${prefix}_elf_gas.S")

0 commit comments

Comments
 (0)