summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2022-05-05 15:30:17 +1000
committerMarge Bot <emma+marge@anholt.net>2022-06-14 00:39:24 +0000
commitb84975ef4575d8121dbc50fca72341aad4572cdc (patch)
treef4d80d265151b47269a86a2331e5e0ab1c159c89 /README.md
parentcda1e9622073bac5aabf53f68b5c87f1c35c417e (diff)
Update window build command example
The old waffle variables had some letters in the wrong case and one was also missing the preceding -D fix it so that it can be copy and pasted without causing subtle problems for users. Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/664>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 21390fdde..10a4067f9 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ https://gitlab.freedesktop.org/mesa/waffle
Open the Command Prompt.
CD to piglit directory.
- cmake -H. -Bbuild -G "Ninja" -DGLEXT_INCLUDE_DIR=\path\to\glext -DPIGLIT_USE_WAFFLE=TRUE -DWAFFLE_INCLUDE_DIRS=\path\to\waffle\include\waffle WAFFLE_LDFLAGS=\path\to\waffle\lib\libwaffle-1.a
+ cmake -H. -Bbuild -G "Ninja" -DGLEXT_INCLUDE_DIR=\path\to\glext -DPIGLIT_USE_WAFFLE=TRUE -DWaffle_INCLUDE_DIRS=\path\to\waffle\include\waffle -DWaffle_LDFLAGS=\path\to\waffle\lib\libwaffle-1.dll.a
## 3. How to run tests