Skip to content

Commit

Permalink
Clarify shell variables in cross compiling documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Apr 5, 2024
1 parent d64a02b commit 2e52045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.cross-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ variables need to be set when running `go build` or `go install`:
For the examples below, YARA is built out-of-tree, i.e. the build
artifacts are placed into a separate directory referred to by the
`YARA_BUILD_*` shell variables. `YARA_SRC` refers to the YARA source
directory. The `PREFIX_*` refer to target directory for the `make
install` step.
directory. The `PREFIX_*` shell variables refer to target directory
for the `make install` step.

Since the MinGW environments provided by [MSYS2](https://msys2.org/)
are technically cross-building environments, similar steps have to be
Expand Down

0 comments on commit 2e52045

Please sign in to comment.