mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
modules.lua: Remove stray MOC setting after the Qt6 Linux support change (#11419)
This commit is contained in:
parent
7d61e6586c
commit
5fe341cb0c
@ -390,7 +390,6 @@ function qtdebuggerbuild()
|
||||
else
|
||||
MOC = _OPTIONS["QT_HOME"] .. "/bin/moc"
|
||||
end
|
||||
MOC = _OPTIONS["QT_HOME"] .. "/libexec/moc"
|
||||
else
|
||||
MOCTST = backtick("which moc-qt5 2>/dev/null")
|
||||
if (MOCTST=='') then
|
||||
|
Loading…
Reference in New Issue
Block a user