Skip to content

Commit

Permalink
Cealnup
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS committed Sep 19, 2024
1 parent f270492 commit 146b510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/meson/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def package(self):
rmdir(self, os.path.join(self.package_folder, "bin", "test cases"))

# create wrapper scripts
save(self, os.path.join(self.package_folder, "bin", "meson.cmd"), textwrap.dedent(f"""\
save(self, os.path.join(self.package_folder, "bin", "meson.cmd"), textwrap.dedent("""\
@echo off
set PYTHONDONTWRITEBYTECODE=1
CALL python %~dp0/meson.py %*
"""))
save(self, os.path.join(self.package_folder, "bin", "meson"), textwrap.dedent(f"""\
save(self, os.path.join(self.package_folder, "bin", "meson"), textwrap.dedent("""\
#!/usr/bin/env bash
meson_dir=$(dirname "$0")
export PYTHONDONTWRITEBYTECODE=1
Expand Down

0 comments on commit 146b510

Please sign in to comment.