aboutsummaryrefslogtreecommitdiff
path: root/docs/about/faq.md
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 16:33:38 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-06-08 16:33:38 -0700
commit39c70573df301fb5e4297abbc7f05cc05c0af0a4 (patch)
tree640f7898e4f65bd6ecf2a9de663398d687cac2aa /docs/about/faq.md
parent91ec5c430131b3364a8cd076e02570e2e99dfb71 (diff)
downloadvcpkg-39c70573df301fb5e4297abbc7f05cc05c0af0a4.tar.gz
vcpkg-39c70573df301fb5e4297abbc7f05cc05c0af0a4.zip
Update documentation
Diffstat (limited to 'docs/about/faq.md')
-rw-r--r--docs/about/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/about/faq.md b/docs/about/faq.md
index 87496da44..ff7ecdba5 100644
--- a/docs/about/faq.md
+++ b/docs/about/faq.md
@@ -42,7 +42,7 @@ See the [Privacy document](privacy.md) for all information regarding privacy.
Yes. If you already have a CMake toolchain file, you will need to include our toolchain file at the end of yours. This should be as simple as an `include(<vcpkg_root>\scripts\buildsystems\vcpkg.cmake)` directive. Alternatively, you could copy the contents of our `scripts\buildsystems\vcpkg.cmake` into the end of your existing toolchain file.
## Can I use my own/specific flags for rebuilding libs?
-Yes. In the current preview, there is not yet a standardized global way to change them, however you can edit individual portfiles and tweak the exact build process however you'd like.
+Yes. In the current version, there is not yet a standardized global way to change them, however you can edit individual portfiles and tweak the exact build process however you'd like.
By saving the changes to the portfile (and checking them in), you'll get the same results even if you're rebuilding from scratch in the future and forgot what exact settings you used.