Changeset 1112:8138afeb88c2
- Timestamp:
- 09/27/23 14:26:00 (14 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/build-cefpython.sh
r1092 r1112 25 25 cd "${builddir}" 26 26 rm -rf "${CEF_NAME}" 27 wget -O - "https://cef-builds.spotifycdn.com/${CEF_NAME}.tar.bz2" | bzip2 -dc | tar xf - 27 if test -f "${HOME}/sources/mlx/${CEF_NAME}.tar.bz2"; then 28 tar xf "${HOME}/sources/mlx/${CEF_NAME}.tar.bz2" 29 else 30 wget -O - "https://cef-builds.spotifycdn.com/${CEF_NAME}.tar.bz2" | bzip2 -dc | tar xf - 31 fi 28 32 29 33 cd "${CEF_NAME}"
Note:
See TracChangeset
for help on using the changeset viewer.