Parcourir la source

Move virtualenv hack into pyston-0.5.1

pull/718/head
Samuel Villamonte il y a 9 ans
committed by GitHub
Parent
révision
b662634abf
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. +0
    -3
      plugins/python-build/bin/python-build

+ 0
- 3
plugins/python-build/bin/python-build Voir le fichier

@ -922,9 +922,6 @@ build_package_pyston() {
mkdir -p "${PREFIX_PATH}/"
cp -fR . "${PREFIX_PATH}/"
chmod +x "${PREFIX_PATH}/"pyston
# FIXME ugly hack below adapted from
# https://github.com/dropbox/pyston/blob/master/docker/pyston/Dockerfile
( cd "${PREFIX_PATH}/" && ./pyston virtualenv/virtualenv.py . )
}
build_package_ironpython() {

Chargement…
Annuler
Enregistrer