1
0
mirror of synced 2024-11-12 00:40:47 +01:00
micetools/meson.py
2022-06-13 07:42:13 +01:00

9 lines
157 B
Python

import sys
import os
from mesonbuild import mesonmain
# https://bugs.python.org/issue36112
os.path.realpath = lambda path: path
sys.exit(mesonmain.main())