diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2022-05-05 15:30:17 +1000 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-06-14 00:39:24 +0000 |
commit | b84975ef4575d8121dbc50fca72341aad4572cdc (patch) | |
tree | f4d80d265151b47269a86a2331e5e0ab1c159c89 | |
parent | cda1e9622073bac5aabf53f68b5c87f1c35c417e (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>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |