Browse Source

No apostrophe surrounding path

tags/v1.0
falkTX 4 years ago
parent
commit
a5f6b67205
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap-carla.sh

+ 1
- 1
bootstrap-carla.sh View File

@@ -87,7 +87,7 @@ download Python "${PYTHON_VERSION}" "https://www.python.org/ftp/python/${PYTHON_
if [ "${MACOS}" -eq 0 ]; then if [ "${MACOS}" -eq 0 ]; then
patch_file Python "${PYTHON_VERSION}" "Modules/Setup.dist" 's/#zlib zlibmodule.c/zlib zlibmodule.c/' patch_file Python "${PYTHON_VERSION}" "Modules/Setup.dist" 's/#zlib zlibmodule.c/zlib zlibmodule.c/'
fi fi
build_conf Python "${PYTHON_VERSION}" "--prefix='${PAWPAW_PREFIX}' --enable-optimizations --enable-shared"
build_conf Python "${PYTHON_VERSION}" "--prefix=${PAWPAW_PREFIX} --enable-optimizations --enable-shared"


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# sip # sip


Loading…
Cancel
Save