File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
xmake/modules/detect/tools Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ function main(opt)
41
41
local program = find_program (opt .program or " macdeployqt" )
42
42
43
43
-- If not found, try to find it in the Qt installation
44
- if not program then
45
- local qt = find_qt ()
46
- if qt and qt .bindir then
47
- local macdeployqt_path = path .join (qt .bindir , " macdeployqt" )
48
- if os .isfile (macdeployqt_path ) then
49
- program = {program = macdeployqt_path }
50
- end
51
- end
52
- end
44
+ -- if not program then
45
+ -- local qt = find_qt()
46
+ -- if qt and qt.bindir then
47
+ -- local macdeployqt_path = path.join(qt.bindir, "macdeployqt")
48
+ -- if os.isfile(macdeployqt_path) then
49
+ -- program = {program = macdeployqt_path}
50
+ -- end
51
+ -- end
52
+ -- end
53
53
return program
54
54
end
You can’t perform that action at this time.
0 commit comments