Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
400 B
Diff
Raw Normal View History

2025-06-22 20:17:49 +10:00
--- a/capnp/lib/capnp.pyx
+++ b/capnp/lib/capnp.pyx
@@ -4410,10 +4410,7 @@ def load(file_name, display_name=None, imports=[]):
# Automatically include the system and built-in capnp paths
# Highest priority at position 0
_capnp_paths = [
- # Common macOS brew location
- '/usr/local/include',
- # Common posix location
- '/usr/include',
+ '@capnproto@/include',
]
class _Loader: