mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
typo fix, SDL compile fix [qmc2] (nw)
This commit is contained in:
parent
26214cc6ec
commit
39fc214596
@ -111,7 +111,7 @@ function osdmodulesbuild()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
buildoptions {
|
buildoptions {
|
||||||
string.gsub(os.outputof("pkg-config --cflags Qt"), '[\r\n]+', ' '),
|
string.gsub(os.outputof("pkg-config --cflags QtGui"), '[\r\n]+', ' '),
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user