summaryrefslogtreecommitdiffstats
path: root/qt5/qtwebkit5/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'qt5/qtwebkit5/PRE_BUILD')
-rwxr-xr-xqt5/qtwebkit5/PRE_BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/qt5/qtwebkit5/PRE_BUILD b/qt5/qtwebkit5/PRE_BUILD
new file mode 100755
index 0000000000..ad71fa195d
--- /dev/null
+++ b/qt5/qtwebkit5/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+ cd $SOURCE_DIRECTORY &&
+ if is_depends_enabled $SPELL python;then
+ ln -s /usr/bin/python2 python
+ fi
+ if is_depends_enabled $SPELL python3;then
+ ln -s /usr/bin/python3 python
+ fi
+