We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaeb4a4 commit 5caf6bbCopy full SHA for 5caf6bb
README.cross-building.md
@@ -20,6 +20,10 @@ variables need to be set when running `go build` or `go install`:
20
used together with `CGO_CFLAGS` and `CGO_LDFLAGS` environment
21
variables.)
22
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
+
27
Since the MinGW environments provided by [MSYS2](https://msys2.org/)
28
are technically cross-building environments, similar steps have to be
29
taken, see below.
0 commit comments