Minor changes

This commit is contained in:
Jérôme Leclercq
2022-02-25 19:36:54 +01:00
parent 9dceced1e9
commit 28531f5118
6 changed files with 22 additions and 12 deletions

View File

@@ -15,11 +15,9 @@ package("qt5widgets")
end)
on_fetch(function (package)
print("on_fetch")
local base = package:dep("qt5base")
local qt = base:data("qtdir")
if not qt then
print("nani")
return
end