Ignore:
Timestamp:
05/27/23 06:45:50 (11 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The CEFPytohn build script is updated for Python 3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/build-cefpython.sh

    r1090 r1092  
    1616CEF_NAME="cef_binary_${CEF_FULL_VERSION}_linux64"
    1717CEFPYTHON_CEF_DIRNAME="cef${CEF_VERSION_MAJOR}_${CEF_FULL_VERSION}_linux64"
    18 CEFPYTHON_SHA="2c3c542c469808aa2308f5f29498f3a2cd4c4f88"
    19 MAKEJOBS="4"
     18CEFPYTHON_SHA="dbc68bb401f2163496e2503bb89a7084cd92bd56"
     19MAKEJOBS="16"
    2020
    2121builddir="${1}"
     
    5353mv "${builddir}/${CEF_NAME}/LICENSE.txt" "${CEFPYTHON_CEF_DIRNAME}"
    5454
    55 pip3 install -r ../tools/requirements.txt
     55pip3 install --break-system-packages -r ../tools/requirements.txt
    5656
    5757python3 ../tools/build.py "${CEF_VERSION}" || true
Note: See TracChangeset for help on using the changeset viewer.