diff options
| author | ImperatorS79 <[email protected]> | 2021-08-21 15:18:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-21 15:18:33 +0200 |
| commit | d75ef94efae5127831c7719308d6b1d9c3a49eb8 (patch) | |
| tree | 4ded887dcbe8b0e849f98f04a06538d89e2fa191 | |
| parent | 8142e3e202f2d6152282eaf39f71fda0ca8ca64e (diff) | |
FIx spelling
| -rw-r--r-- | xmake/modules/package/manager/pacman/find_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/pacman/find_package.lua b/xmake/modules/package/manager/pacman/find_package.lua index 3429866fd..5a9094a7f 100644 --- a/xmake/modules/package/manager/pacman/find_package.lua +++ b/xmake/modules/package/manager/pacman/find_package.lua @@ -53,7 +53,7 @@ function _find_package_from_list(list, opt, name, pacman) end end table.insert(result.includedirs, path.directory(hpath)) - -- revove lib and .a, .dll.a and .so to have the links + -- remove lib and .a, .dll.a and .so to have the links elseif line:endswith(".dll.a") then -- only for mingw local apath = os.iorunv(cygpath.program, {"--windows", line}) table.insert(result.linkdirs, path.directory(apath)) |
