diff --git a/README.md b/README.md index 78f4a73..32f1614 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ hello, world ## macos cgo ``` -$ bazel build --platforms @io_bazel_rules_go//go/toolchain:darwin_amd64_cgo //test:gognu +$ bazel build --platforms @io_bazel_rules_go//go/toolchain:darwin_amd64_cgo //test:hello ... -$ file bazel-bin/test/gognu_/gognu -bazel-bin/test/gognu_/gognu: Mach-O 64-bit x86_64 executable, flags: +$ file bazel-bin/test/hello_/hello +bazel-bin/test/hello_/hello: Mach-O 64-bit x86_64 executable, flags: ``` ## Transient docker environment