Find the path of the lib-rt dir that needs to be included
()
| 294 | |
| 295 | |
| 296 | def include_dir() -> str: |
| 297 | """Find the path of the lib-rt dir that needs to be included""" |
| 298 | return os.path.join(os.path.abspath(os.path.dirname(__file__)), "lib-rt") |
| 299 | |
| 300 | |
| 301 | def generate_c( |
searching dependent graphs…