Sfoglia il codice sorgente

--enable-shared by default on non-mac systems

pull/2554/head
Anton Petrov 1 anno fa
parent
commit
b3d52b05d2
Impossibile ricavare la firma
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      plugins/python-build/bin/python-build

+ 3
- 0
plugins/python-build/bin/python-build Vedi File

@ -806,6 +806,9 @@ build_package_standard_build() {
use_homebrew_zlib || true
fi
use_dsymutil || true
if ! is_mac; then
build_package_enable_shared || true
fi
fi
( if [ "${CFLAGS+defined}" ] || [ "${!PACKAGE_CFLAGS+defined}" ]; then

Caricamento…
Annulla
Salva