Skip to content

Commit 9e3caf3

Browse files
committed
Update comment for out-of-source builds
1 parent 9d1674c commit 9e3caf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ done
214214
if test "x$use_cmake" = "x0"; then
215215
echo
216216
echo "PHP sources are ready to be built. Inside php-src, you can now run:
217-
cmake .
218-
cmake --build .
217+
cmake -B php-build
218+
cmake --build php-build
219219
"
220220
exit
221221
fi

0 commit comments

Comments
 (0)