Commit 9d8a3f73 authored by Caleb Marchent's avatar Caleb Marchent Committed by Facebook Github Bot

Include range in the folly python extensions (#1013)

Summary:
range.pxd needs to be exported; so that fbtrhift-py3 can compile against it
Pull Request resolved: https://github.com/facebook/folly/pull/1013

Reviewed By: yfeldblum

Differential Revision: D13987018

Pulled By: calebmarchent

fbshipit-source-id: 7b7e6f62e5bc23e70a3c263fb3b33cf1d439e439
parent f2c0cfdd
......@@ -26,6 +26,7 @@ if (PYTHON_EXTENSIONS)
"executor.pxd"
"executor.pyx"
"futures.pxd"
"range.pxd"
"__init__.pxd"
"AsyncioExecutor.h")
message(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment