diff options
| author | ruki <[email protected]> | 2023-05-23 23:52:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-05-23 23:52:40 +0800 |
| commit | 53f86ce179a1ae0b7f2cee85c806cd90209b0429 (patch) | |
| tree | 50883c1c99d691216cd7e83dc783d7e08fb5493c /xmake/modules/lib | |
| parent | 992cc3c22e49a7a7f8a47d6b10d34af0128c58af (diff) | |
improve to find_vulkansdk
Diffstat (limited to 'xmake/modules/lib')
| -rw-r--r-- | xmake/modules/lib/detect/pkgconfig.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/pkgconfig.lua b/xmake/modules/lib/detect/pkgconfig.lua index bd60c3769..ccf3f1e1f 100644 --- a/xmake/modules/lib/detect/pkgconfig.lua +++ b/xmake/modules/lib/detect/pkgconfig.lua @@ -195,7 +195,6 @@ function libinfo(name, opt) end end - -- get version local version = try { function() return os.iorunv(pkgconfig, {"--modversion", name}, {envs = envs}) end } if version then |
