diff options
| -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? |
