You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Listing all targets using tools/unit.sh help not work.
To make this work, the 524 line in the configure.py need to me changed from: out.write(" command = cat .build/help\n") to out.write(" command = cat .build/unit/help\n")
The text was updated successfully, but these errors were encountered:
Listing all targets using
tools/unit.sh help
not work.To make this work, the 524 line in the configure.py need to me changed from:
out.write(" command = cat .build/help\n")
toout.write(" command = cat .build/unit/help\n")
The text was updated successfully, but these errors were encountered: