Skip to content

Commit

Permalink
chore: add todo comment for platform overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb authored and vhyrro committed Jan 27, 2024
1 parent 88ac8e0 commit b28f6eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocks-lib/src/rocks/rockspec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl Rockspec {
value.type_name()
)))?,
},
// TODO(mrcjkb): support per-platform overrides: https://github.com/luarocks/luarocks/wiki/platform-overrides
dependencies: match lua.globals().get("dependencies")? {
Value::Nil => Vec::default(),
value @ Value::Table(_) => parse_dependencies(&lua.from_value(value)?)?,
Expand Down

0 comments on commit b28f6eb

Please sign in to comment.