Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVasseur committed Feb 3, 2025
1 parent 3fb3f4e commit 22919cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/llvm/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ package("llvm")
precompiled = true
end
end
elseif package:is_isplat("linux") and package:version():ge("18.1.8") then
elseif package:is_plat("linux") and package:version():ge("18.1.8") then
package:set("urls", "https://github.com/llvm/llvm-project/releases/download/llvmorg-$(version)/clang+llvm-$(version)-x86_64-linux-gnu-ubuntu-18.04.tar.xz")
package:add("versions", "18.1.8", "22c5907db053026cc2a8ff96d21c0f642a90d24d66c23c6d28ee7b1d572b82e8")
precompiled = true
Expand Down

0 comments on commit 22919cf

Please sign in to comment.