diff options
| author | ruki <[email protected]> | 2022-09-06 00:35:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-09-06 00:35:25 +0800 |
| commit | 4d15e4f3f8eaa1d15efd4023d25838bd6b31f1fa (patch) | |
| tree | 33a917c78c8b21e7d9240f815d72c0b69e25ce68 | |
| parent | d84e652a4c03267357235ce258fdd6c5f6815f96 (diff) | |
add links
| -rw-r--r-- | xmake/modules/private/action/require/impl/package.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/action/require/impl/package.lua b/xmake/modules/private/action/require/impl/package.lua index 746f56ba1..9784862cc 100644 --- a/xmake/modules/private/action/require/impl/package.lua +++ b/xmake/modules/private/action/require/impl/package.lua @@ -947,6 +947,7 @@ function _must_depend_on(package, dep) end -- compatible with all previous link dependencies? +-- @see https://github.com/xmake-io/xmake/issues/2719 function _compatible_with_previous_linkdeps(package) -- check strict compatibility for linkdeps? |
