1
Fork 0

[README] fix file names

This commit is contained in:
Motiejus Jakštys 2021-12-07 12:01:14 +02:00
parent 780eaff263
commit 93bb7451f2
1 changed files with 3 additions and 3 deletions

View File

@ -141,10 +141,10 @@ hello, world
## macos cgo ## 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 $ file bazel-bin/test/hello_/hello
bazel-bin/test/gognu_/gognu: Mach-O 64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE> bazel-bin/test/hello_/hello: Mach-O 64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>
``` ```
## Transient docker environment ## Transient docker environment