micetools/meson.py

8 lines
136 B
Python
Raw Normal View History

2022-06-13 04:28:47 +00:00
import os
from mesonbuild import mesonmain
# https://bugs.python.org/issue36112
os.path.realpath = lambda path: path
mesonmain.main()