Unverified Commit f2bc9edf authored by Sizhe Zhao's avatar Sizhe Zhao Committed by GitHub
Browse files

sing-box: set CGO_ENABLED=0 (#481234)

parents c97aa3f2 a7a0d01a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@ buildGoModule (finalAttrs: {
    "cmd/sing-box"
  ];

  env.CGO_ENABLED = 0;

  nativeBuildInputs = [ installShellFiles ];

  ldflags = [