diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2013-05-18 20:43:27 -0700 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2013-05-18 20:43:27 -0700 |
| commit | d4bb86c0c8f5994b79b20b0e8c692f35cd389cdb (patch) | |
| tree | 8cfc70e2f53c349eddcab8aa3be79ce545947ef9 /Makefile | |
| parent | 63b9fa5843ad9e38e3797c061de495f49659ab08 (diff) | |
| parent | 956f55ecdf3b98e8072b4073da650e9a8fa05e0b (diff) | |
| download | msgpack-python-d4bb86c0c8f5994b79b20b0e8c692f35cd389cdb.tar.gz | |
Merge pull request #65 from msgpack/old-buffer
Stop using new style buffer API.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ doc: cd docs && make zip cython: - cython msgpack/*.pyx + cython --cplus msgpack/*.pyx python3: cython python3 setup.py build_ext -i -f |
