File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ build system:
3838 the cross-compiling emulator.
3939
4040* The installation include directory (`/usr/local/include/php`) can be adjusted
41- with `PHP_INSTALL_PREFIX ` variable to support multiple PHP versions. For
41+ with `PHP_INCLUDE_PREFIX ` variable to support multiple PHP versions. For
4242 example, `/usr/local/include/php/8.4`.
4343
4444## Behavior
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ prefix will not be taken into account.
230230> ``` sh
231231> < CMAKE_INSTALL_PREFIX> # /usr/local
232232> └─ < CMAKE_INSTALL_INCLUDEDIR> # └─ include
233- > └─ < PHP_INSTALL_PREFIX > # └─ php
233+ > └─ < PHP_INCLUDE_PREFIX > # └─ php
234234> ├─ ext # ├─ ext
235235> ├─ main # ├─ main
236236> ├─ sapi # ├─ sapi
You can’t perform that action at this time.
0 commit comments