pybind11: disable LKMC build

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-24 00:00:00 +00:00
parent 0fdd354551
commit b468b5bc95
2 changed files with 6 additions and 1 deletions

View File

@@ -59,7 +59,10 @@ class PathProperties:
'minimum_gcc_version': (0, 0, 0),
# The script takes a perceptible amount of time to run. Possibly an infinite loop.
'more_than_1s': False,
# The path should not be built. E.g., it is symlinked into multiple archs.
# The path should not be built. E.g.:
# - it is symlinked into multiple archs
# - we have not integrated into the build yet, often it is being important from another repo
# and has a Makefile
'no_build': False,
# The path does not generate an executable in itself, e.g.
# it only generates intermediate object files. Therefore it
@@ -704,6 +707,8 @@ path_properties_tuples = (
},
}
),
# Makefile build, generates shared libraries.
'pybind11': {'no_build': True},
}
),
'linux': (