Skip to content

Commit 080f57f

Browse files
committed
osgeo4w: don't include internal python libraries where packages are available
1 parent 6874b10 commit 080f57f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ms-windows/osgeo4w/package-nightly.cmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ cmake %CMAKE_OPT% ^
162162
-D CMAKE_INSTALL_PREFIX=%O4W_ROOT%/apps/%PACKAGENAME% ^
163163
-D FCGI_INCLUDE_DIR=%O4W_ROOT%/include ^
164164
-D FCGI_LIBRARY=%O4W_ROOT%/lib/libfcgi.lib ^
165+
-D WITH_INTERNAL_JINJA2=FALSE \
166+
-D WITH_INTERNAL_MARKUPSAFE=FALSE \
167+
-D WITH_INTERNAL_PYGMENTS=FALSE \
168+
-D WITH_INTERNAL_DATEUTIL=FALSE \
169+
-D WITH_INTERNAL_PYTZ=FALSE \
165170
%SRCDIR%
166171
if errorlevel 1 (echo cmake failed & goto error)
167172

0 commit comments

Comments
 (0)