mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
Fixed typo
This commit is contained in:
parent
e18f195b1c
commit
c14c9dc13e
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -120,7 +120,7 @@ This section refers to running `cmake -S...` (truncated).
|
||||||
* Compiling failed during rebuild after `git pull` with an error that mentions RPATH
|
* Compiling failed during rebuild after `git pull` with an error that mentions RPATH
|
||||||
* Add the following and try running the command again:
|
* Add the following and try running the command again:
|
||||||
* `-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON`
|
* `-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON`
|
||||||
* Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must ve set.
|
* Environment variable `VCPKG_FORCE_SYSTEM_BINARIES` must be set.
|
||||||
* Add the following and try running the command again:
|
* Add the following and try running the command again:
|
||||||
* `-DVCPKG_FORCE_SYSTEM_BINARIES=1`
|
* `-DVCPKG_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.
|
* 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