mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Use export for setting env variable
This commit is contained in:
parent
3a4d61bf78
commit
6f6890140a
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -122,7 +122,7 @@ This section refers to running `cmake -S...` (truncated).
|
|||
* `-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON`
|
||||
* Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set.
|
||||
* Execute the folowing and then try running the command again:
|
||||
* `VCPKG_FORCE_SYSTEM_BINARIES=1`
|
||||
* `export VCPKG_FORCE_SYSTEM_BINARIES=1`
|
||||
* If you are getting a random error, read the [package-name-and-platform]-out.log and [package-name-and-platform]-err.log for the actual reason to see if you might be lacking the headers from a dependency.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue