Skip to content

Commit

Permalink
gdal: fix Python-3 logic
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Oct 19, 2014
1 parent 192d949 commit 78d053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gdal/BUILD
Expand Up @@ -20,7 +20,7 @@
python setup.py install --root=/
fi &&

if in_depends $MODULE Python ; then
if in_depends $MODULE Python-3 ; then
python3 setup.py build &&
python3 setup.py install --root=/
fi

0 comments on commit 78d053d

Please sign in to comment.