plutil
plutil copied to clipboard
Missing include
Hello,
I had to add the following in the Libraries/plist/Sources/Format/Encoding.cpp
file:
include <cstdlib>
in order to be able to compile the sources. This library provides the abort()
function.
Cheers
Yup, still an issue when I tried to build it. Thanks @clapas for the fix!