Skip to content

Commit 6e6fb17

Browse files
committed
Download GNU Bison also on Haiku
1 parent 8d7cc99 commit 6e6fb17

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)