diff options
| author | ruki <[email protected]> | 2020-09-25 00:44:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-25 00:44:21 +0800 |
| commit | ba3a8eba461121eed5028f3e1f5c426fda348637 (patch) | |
| tree | b338a35461ad31cbf21ed5442f39eb5a25ddf887 /xmake/modules/lib | |
| parent | 38ba8f1dac4395c5c1b6d3e4091529079c409ab6 (diff) | |
fix typo for some internal pathes
Diffstat (limited to 'xmake/modules/lib')
| -rw-r--r-- | xmake/modules/lib/detect/pkg_config.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/modules/lib/detect/pkg_config.lua b/xmake/modules/lib/detect/pkg_config.lua index a56f7a458..84da9c2f2 100644 --- a/xmake/modules/lib/detect/pkg_config.lua +++ b/xmake/modules/lib/detect/pkg_config.lua @@ -33,7 +33,7 @@ import("detect.tools.find_pkg_config") -- function version(name, opt) - -- attempt to add search pathes from pkg-config + -- attempt to add search paths from pkg-config local pkg_config = find_pkg_config() if not pkg_config then return @@ -72,7 +72,7 @@ end -- function variables(name, variables, opt) - -- attempt to add search pathes from pkg-config + -- attempt to add search paths from pkg-config local pkg_config = find_pkg_config() if not pkg_config then return @@ -124,7 +124,7 @@ end -- function libinfo(name, opt) - -- attempt to add search pathes from pkg-config + -- attempt to add search paths from pkg-config local pkg_config = find_pkg_config() if not pkg_config then return |
