Skip to content

Commit 5caf6bb

Browse files
committed
Clarify YARA_{SRC,BUILD_*} in cross building documentation
Close hillu#117
1 parent aaeb4a4 commit 5caf6bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.cross-building.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ variables need to be set when running `go build` or `go install`:
2020
used together with `CGO_CFLAGS` and `CGO_LDFLAGS` environment
2121
variables.)
2222

23+
For the examples below, YARA is built out-of-tree. `YARA_SRC` refers
24+
to the directory that holds the YARA sources. The `YARA_BUILD_*`
25+
variables refer to directories in which build artifacts are placed.
26+
2327
Since the MinGW environments provided by [MSYS2](https://msys2.org/)
2428
are technically cross-building environments, similar steps have to be
2529
taken, see below.

0 commit comments

Comments
 (0)