at master 400 B view raw
1--- a/capnp/lib/capnp.pyx 2+++ b/capnp/lib/capnp.pyx 3@@ -4410,10 +4410,7 @@ def load(file_name, display_name=None, imports=[]): 4 # Automatically include the system and built-in capnp paths 5 # Highest priority at position 0 6 _capnp_paths = [ 7- # Common macOS brew location 8- '/usr/local/include', 9- # Common posix location 10- '/usr/include', 11+ '@capnproto@/include', 12 ] 13 14 class _Loader: