File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,17 @@ package("arrow")
5050 end
5151
5252 on_load (function (package )
53- local links = {}
5453 if package :config (" plasma" ) then
55- table.insert ( links , " plasma" )
54+ package : add ( " links" , " plasma" )
5655 package :add (" deps" , " gflags" )
5756 end
5857 if package :config (" parquet" ) then
59- table.insert ( links , " parquet" )
58+ package : add ( " links" , " parquet" )
6059 end
6160 if package :config (" dataset" ) then
62- table.insert ( links , " arrow_dataset" )
61+ package : add ( " links" , " arrow_dataset" )
6362 end
64- table.insert (links , " arrow" )
65- table.insert (links , " arrow_bundled_dependencies" )
66- package :add (" links" , links )
63+ package :add (" links" , " arrow" , " arrow_bundled_dependencies" )
6764
6865 for name , dep in pairs (configdeps ) do
6966 if package :config (name ) then
You can’t perform that action at this time.
0 commit comments