Some day, I was building plyvel
in macOS(Apple Silicon). plyvel
is the interface to LevelDB
and build a Python Extension
for using the leveldb
C++ library. In that building process, I found:
❯ python setup.py build_ext -i -n
running build_ext
skipping 'src/plyvel/_plyvel.cpp' Cython extension (up-to-date)
building 'plyvel._plyvel' extension
creating build