Skip to content

Commit 33c044f

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 50f4147 + befcabc commit 33c044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmake/modules/PHP/Bison.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ function(_php_bison_download)
645645

646646
if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
647647
_php_bison_download_windows()
648-
elseif(CMAKE_HOST_SYSTEM_NAME STREQUAL "Linux")
648+
elseif(CMAKE_HOST_SYSTEM_NAME MATCHES "^(Haiku|Linux)$")
649649
_php_bison_download_gnu()
650650
else()
651651
# TODO: Add support for more platforms.

0 commit comments

Comments
 (0)