forked from len0rd/rockbox
rbutil: Change MacOS dmgbuild to use plistlib.
We're not dealing with binary plist files, to biplist is not the one we want. Also, plistlib is part of Python. Change-Id: I529516da0d6b04809a7c0d38b20c6f40900560f8
This commit is contained in:
parent
5999b4f791
commit
88a50ab104
2 changed files with 6 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
|||
COMMENT "Setting up dmgbuild virtualenv"
|
||||
OUTPUT ${DMGBUILD}
|
||||
COMMAND python3 -m venv ${CMAKE_BINARY_DIR}/venv
|
||||
COMMAND ${CMAKE_BINARY_DIR}/venv/bin/python -m pip install -q dmgbuild biplist
|
||||
COMMAND ${CMAKE_BINARY_DIR}/venv/bin/python -m pip install -q dmgbuild
|
||||
)
|
||||
|
||||
add_custom_command(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue