Skip to content

Commit

Permalink
Made python mandatory in installer.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_1@7757 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
what_nick committed Dec 10, 2007
1 parent 6889f8a commit ba3c6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win_build/qgis.nsi
Expand Up @@ -154,6 +154,8 @@ Section "Development headers" SEC02
SectionEnd

Section "Python Extension" SEC03
;Make Python Mandatory
SectionIn RO
!insertmacro CHECK_PYTHON
SetOutPath "$INSTDIR"
File /r "C:\Program Files\qgis${PRODUCT_VERSION_NUMBER}\python"
Expand Down

0 comments on commit ba3c6e2

Please sign in to comment.