fix typo
This commit is contained in:
parent
d0671098d1
commit
d1d688bb8a
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ Then you can compile with `msbuild`:
|
||||||
|
|
||||||
Then run it!
|
Then run it!
|
||||||
|
|
||||||
for /f %i in ('mapnik-config --prefix') do set MAPNIK_PREFIX=%%i
|
for /f %i in ('mapnik-config --prefix') do set MAPNIK_PREFIX=%i
|
||||||
Release\rundemo.exe %MAPNIK_PREFIX%
|
Release\rundemo.exe %MAPNIK_PREFIX%
|
Loading…
Reference in a new issue