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 b34020a commit 73d4e88Copy full SHA for 73d4e88
cmake/Zend/cmake/Fibers.cmake
@@ -129,7 +129,7 @@ block()
129
endif()
130
elseif(CMAKE_SYSTEM_NAME STREQUAL "Midipix")
131
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(x86_64|amd64)$")
132
- set(zend_fibers_asm_file "x86_64_ms_pe_gas.S")
+ set(asmFile "x86_64_ms_pe_gas.S")
133
134
elseif(prefix)
135
set(asmFile "${prefix}_elf_gas.S")
0 commit comments