mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 23:44:48 +08:00
Fix include paths not being found by tup
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ function build(args)
|
||||
|
||||
outputs.includes = {}
|
||||
for _,inc in pairs(args.includes) do
|
||||
table.insert(outputs.includes, tup.nodevariable(inc))
|
||||
table.insert(outputs.includes, inc)
|
||||
end
|
||||
if args.name != nil then
|
||||
all_packages[args.name] = outputs
|
||||
|
||||
Reference in New Issue
Block a user