1
0
mirror of synced 2024-11-24 14:00:09 +01:00
micetools/meson.py

8 lines
136 B
Python
Raw Normal View History

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