Skip to content

Commit

Permalink
添加alist的编译依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin authored Jan 24, 2025
1 parent 6f4b59a commit e4da550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helper/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def apt(*args: str) -> None:
"libc6-dev-i386", "libelf-dev", "libglib2.0-dev", "libgmp3-dev", "libltdl-dev", "libmpc-dev", "libmpfr-dev",
"libncurses5-dev", "libncursesw5-dev", "libreadline-dev", "libssl-dev", "libtool", "lrzsz", "mkisofs", "msmtp",
"nano", "ninja-build", "p7zip", "p7zip-full", "patch", "pkgconf", "python2.7", "python3-distutils",
"qemu-utils", "clang", "g++", "rsync", "unzip", "zlib1g-dev", "wget")
"qemu-utils", "clang", "g++", "rsync", "unzip", "zlib1g-dev", "wget", "libfuse-dev")
else:
apt("install", "build-essential", "clang", "flex", "bison", "g++", "gawk", "gcc-multilib", "g++-multilib", "gettext",
"libncurses5-dev", "libssl-dev", "rsync", "swig", "unzip", "zlib1g-dev", "file", "wget")
Expand Down

0 comments on commit e4da550

Please sign in to comment.