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 9cb6e6d commit c07e5e5Copy full SHA for c07e5e5
cmake/main/CMakeLists.txt
@@ -249,7 +249,7 @@ function(_php_main_create_files)
249
# Set the 'include_path' INI directive.
250
set(INCLUDE_PATH ".:${EXPANDED_PEAR_INSTALLDIR}")
251
# TODO: Fix the installation prefix when passed via --prefix option.
252
- set(EXPANDED_EXTENSION_DIR "${PHP_EXTENSION_DIR}")
+ set(EXPANDED_EXTENSION_DIR "${PHP_FULL_EXTENSION_DIR}")
253
set(EXPANDED_PHP_CONFIG_FILE_PATH "${PHP_FULL_CONFIG_FILE_PATH}")
254
set(EXPANDED_PHP_CONFIG_FILE_SCAN_DIR "${PHP_FULL_CONFIG_FILE_SCAN_DIR}")
255
set(EXPANDED_BINDIR "${CMAKE_INSTALL_FULL_BINDIR}")
0 commit comments