whoops
Mirror Gitea refs to GitHub / mirror (push) Successful in 7s
Test / build_and_test (push) Successful in 54s
Build / build (push) Successful in 6m59s

This commit is contained in:
2026-08-02 12:47:16 +02:00
parent e68d78cccc
commit 85ae10d69a
+1 -1
View File
@@ -513,7 +513,7 @@ fn customPhi(
const host_emulation = b.option( const host_emulation = b.option(
bool, bool,
"phi-host-emulation", "phi-host-emulation",
"Run the Phi device daemon on the host over a loopback TCP socket", "Run the Phi device daemon on the host over a loopback TCP socket (/!\\ Intended for development use only /!\\)",
) orelse false; ) orelse false;
const emulation_port = b.option( const emulation_port = b.option(
u16, u16,