This commit is contained in:
Mark Qvist 2024-06-29 22:12:19 +02:00
parent 4abf8c5766
commit 744f5a7f06
1 changed files with 5 additions and 4 deletions

View File

@ -27,10 +27,11 @@ class PyCodec2Recipe(CythonRecipe):
def build_arch(self, arch): def build_arch(self, arch):
super().build_arch(arch) super().build_arch(arch)
with current_directory(self.get_build_dir(arch.arch)): with current_directory(self.get_build_dir(arch.arch)):
print(arch.arch) pass
print(arch) # print(arch.arch)
shprint(sh.Command("pwd")) # print(arch)
shprint(sh.Command("ls")) # shprint(sh.Command("pwd"))
# shprint(sh.Command("ls"))
# pe_args = ["--replace-needed", "libcodec2.so.1.2", "libcodec2.so", "build/lib.linux-x86_64-3.11/pycodec2/pycodec2.cpython-311-x86_64-linux-gnu.so"] # pe_args = ["--replace-needed", "libcodec2.so.1.2", "libcodec2.so", "build/lib.linux-x86_64-3.11/pycodec2/pycodec2.cpython-311-x86_64-linux-gnu.so"]
# shprint(sh.Command("patchelf"), *pe_args) # shprint(sh.Command("patchelf"), *pe_args)