From 6f6890140a7c664a97cb028054d8f13851223187 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Wed, 8 Jan 2025 04:19:59 +0100 Subject: [PATCH] Use export for setting env variable --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 6d511f26..662be96d 100644 --- a/BUILD.md +++ b/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.