fix. building neoLegacy on linux
not sure if bundling an exe file is the best way to do this but oh well
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ warn() { echo -e "${YELLOW}[warn]${NC} $*"; }
|
||||
die() { echo -e "${RED}[error]${NC} $*" >&2; exit 1; }
|
||||
check_deps() {
|
||||
local missing=()
|
||||
local deps=(clang-cl lld-link llvm-rc llvm-ml llvm-lib llvm-mt cmake ninja xwin rsync)
|
||||
local deps=(clang-cl lld-link llvm-rc llvm-ml llvm-lib llvm-mt cmake ninja xwin rsync wine)
|
||||
for dep in "${deps[@]}"; do
|
||||
command -v "$dep" &>/dev/null || missing+=("$dep")
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user