build php n/p/?

jayw1

Verified User
Joined
Nov 20, 2019
Messages
205
Location
USA
During my time browsing the forum and documents, I've noticed the build php command varies.

./build php
./build php d
./build php n

Is there a use case for each of these or do they each do the same thing?
 
"./build php" is really enough :) Those d/n/y arguments mean: default, no, yes. They define default action if user-input (question) is required on the build time.
 
Back
Top