Skip to content

Commit

Permalink
fix 8.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed May 28, 2024
1 parent 6ae174a commit 9e85e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ARG_ENABLE('micro-logo', 'Use custom logo for micro sfx', 'no');
if (PHP_MINOR_VERSION > 1) {
// since 8.2, there was ASM_OBJS variable
ADD_FLAG('MICRO_GLOBAL_OBJS', '$(ASM_OBJS)');
} else {
} else (PHP_MINOR_VERSION == 1) {
ADD_FLAG('MICRO_GLOBAL_OBJS', '$(BUILD_DIR)\\Zend\\jump_$(FIBER_ASM_ARCH)_ms_pe_masm.obj $(BUILD_DIR)\\Zend\\make_$(FIBER_ASM_ARCH)_ms_pe_masm.obj');
}
}
Expand Down

0 comments on commit 9e85e0f

Please sign in to comment.