buildx.sh: remove special case for python, it's not built anymore
This commit is contained in:
parent
d602e71465
commit
6247a3afac
@ -168,14 +168,6 @@ make_it()
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# special case after installing python make this sym link
|
|
||||||
# so Mesa builds using this python version
|
|
||||||
case "$mod_name" in
|
|
||||||
*Python-2*)
|
|
||||||
ln -s python build_dir/$mod_name/$PREFIX_DIR/bin/python2
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
touch cookies/$mod_name.installed
|
touch cookies/$mod_name.installed
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user