Browse Source

distribute: fixed to inject SETUPTOOLS flag specific options through pyinstopt

stable/0.2
Christian Wiese 14 years ago
parent
commit
018f67edf5
  1. 4
      python/distribute/parse-config

4
python/distribute/parse-config

@ -13,6 +13,6 @@
# --- SDE-COPYRIGHT-NOTE-END ---
if hasflag SETUPTOOLS; then
var_append pyconfopt ' ' '--single-version-externally-managed'
var_append pyconfopt ' ' "--root=$root/"
var_append pyinstopt ' ' '--single-version-externally-managed'
var_append pyinstopt ' ' "--root=$root/"
fi

Loading…
Cancel
Save