From b84975ef4575d8121dbc50fca72341aad4572cdc Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Thu, 5 May 2022 15:30:17 +1000 Subject: 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 Part-of: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3