There's no such thing as session.mkdir.
This commit is contained in:
parent
2392907f8e
commit
9635b68648
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class Meson(BuildSystem):
|
|||
def _setup(self, session, fixers):
|
||||
if session.exists("build"):
|
||||
return
|
||||
session.mkdir("build")
|
||||
os.mkdir(os.path.join(session.location, "build"))
|
||||
run_with_build_fixers(session, ["meson", "setup", "build"], fixers)
|
||||
|
||||
def clean(self, session, resolver, fixers):
|
||||
|
|
Loading…
Add table
Reference in a new issue