diff options
Diffstat (limited to 'xmake/core')
| -rw-r--r-- | xmake/core/sandbox/modules/import/lib/detect/find_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/import/lib/detect/find_package.lua b/xmake/core/sandbox/modules/import/lib/detect/find_package.lua index 57db255b3..39b08a78a 100644 --- a/xmake/core/sandbox/modules/import/lib/detect/find_package.lua +++ b/xmake/core/sandbox/modules/import/lib/detect/find_package.lua @@ -144,7 +144,7 @@ function sandbox_lib_detect_find_package._find_from_prefixdirs(name, opt) end -- find the package list file, .e.g zlib-1.2.11.txt - local prefixfile = find_file(name .. "-*.txt", prefixdirs, {suffixes = ".list"}) + local prefixfile = find_file(name .. "-*.txt", prefixdirs, {suffixes = ".info"}) -- get the include and link directories local linkdirs = {} |
