diff options
Diffstat (limited to 'xmake/actions/require/impl/package.lua')
| -rw-r--r-- | xmake/actions/require/impl/package.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua index c0f7f7d0e..50b739026 100644 --- a/xmake/actions/require/impl/package.lua +++ b/xmake/actions/require/impl/package.lua @@ -841,9 +841,6 @@ function export_packages(requires, opt) -- init options opt = opt or {} - -- do not export dependent packages - opt.nodeps = true - -- get the export directory local exportdir = assert(opt.exportdir) |
