From 91d3e0cc7fe4071cd2e1f2dad81540fae9e78c5c Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 6 May 2014 10:21:37 -0700 Subject: [PATCH] typo, s/&&/%% --- winbuild/build_dep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/build_dep.py b/winbuild/build_dep.py index b137b3224..33443b4f8 100644 --- a/winbuild/build_dep.py +++ b/winbuild/build_dep.py @@ -115,7 +115,7 @@ endlocal rem build openjpeg setlocal -cd /D %%OPENJPEG&& +cd /D %%OPENJPEG%% %%CMAKE%% -DBUILD_THIRDPARTY:BOOL=ON . nmake -f Makefile.vc clean nmake -f Makefile.vc