Skip to content

Commit

Permalink
added vkext build for php8.3 (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDet authored Sep 4, 2024
1 parent e511730 commit 24fcf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkext/vkext.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ prepend(VKEXT_SOURCES ${VKEXT_DIR}/
vkext-stats.cpp
vkext-sp.cpp)

foreach(PHP_VERSION IN ITEMS "" "7.4" "8.0" "8.1" "8.2")
foreach(PHP_VERSION IN ITEMS "" "7.4" "8.0" "8.1" "8.2" "8.3")
find_program(PHP_CONFIG_EXEC${PHP_VERSION} php-config${PHP_VERSION})
set(PHP_CONFIG_EXEC ${PHP_CONFIG_EXEC${PHP_VERSION}})
if(PHP_CONFIG_EXEC)
Expand Down

0 comments on commit 24fcf35

Please sign in to comment.